Compare commits

...

9 Commits

Author SHA1 Message Date
samuelspagl 0d6459a84c sort manifest 2023-09-06 18:26:46 +02:00
samuelspagl 735e9966fd update manifest.json 2023-09-06 18:06:18 +02:00
samuelspagl c98f892761 update manifest.json 2023-09-06 17:59:26 +02:00
samuelspagl 8505915242 Merge remote-tracking branch 'origin/fix/minor_fix' into fix/minor_fix 2023-09-06 17:43:43 +02:00
samuelspagl 36d837ba8c enable action 2023-09-06 17:43:26 +02:00
Samuel Spagl 9ec8c162e6
Merge branch 'main' into fix/minor_fix 2023-09-06 17:42:51 +02:00
samuelspagl 2bbc4d7c15 fix manifest.json 2023-09-06 17:41:18 +02:00
samuelspagl eef9313c0a deactivate hacs job 2023-09-06 17:35:34 +02:00
samuelspagl 898f6e7da5 fix `manifest.json` 2023-09-06 17:30:12 +02:00
2 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ on:
# - "main"
pull_request:
branches:
- "never"
- "main"
jobs:
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest

View File

@ -1,12 +1,12 @@
{
"domain": "samsung_soundbar",
"name": "Samsung Soundbar",
"version": "0.1.0",
"codeowners": ["@samuelspagl"],
"dependencies": ["pysmartthings"],
"config_flow": true,
"documentation": "https://www.example.com",
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": [],
"config_flow": true
}
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
"requirements": ["pysmartthings"],
"version": "0.1.0"
}