fix manifest.json & enable pipelines
* fix `manifest.json` --------- Co-authored-by: samuelspagl <samuel@spagl-media.de>
This commit is contained in:
parent
31de3bc807
commit
21a74e55db
|
@ -9,7 +9,7 @@ on:
|
||||||
# - "main"
|
# - "main"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "never"
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
|
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"domain": "samsung_soundbar",
|
"domain": "samsung_soundbar",
|
||||||
"name": "Samsung Soundbar",
|
"name": "Samsung Soundbar",
|
||||||
"version": "0.1.0",
|
|
||||||
"codeowners": ["@samuelspagl"],
|
"codeowners": ["@samuelspagl"],
|
||||||
"dependencies": ["pysmartthings"],
|
"config_flow": true,
|
||||||
"documentation": "https://www.example.com",
|
"documentation": "https://www.example.com",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": [],
|
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
||||||
"config_flow": true
|
"requirements": ["pysmartthings"],
|
||||||
|
"version": "0.1.0"
|
||||||
}
|
}
|
Loading…
Reference in New Issue