fix `manifest.json`
This commit is contained in:
parent
728a11c33d
commit
898f6e7da5
|
@ -1,7 +1,7 @@
|
||||||
name: "Validate"
|
name: "Validate"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# workflow_dispatch:
|
workflow_dispatch:
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: "0 0 * * *"
|
# - cron: "0 0 * * *"
|
||||||
# push:
|
# push:
|
||||||
|
@ -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
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
"domain": "samsung_soundbar",
|
"domain": "samsung_soundbar",
|
||||||
"name": "Samsung Soundbar",
|
"name": "Samsung Soundbar",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"codeowners": ['@samuelspagl'],
|
"codeowners": ["@samuelspagl"],
|
||||||
"dependencies": ['pysmartthings'],
|
"dependencies": ["pysmartthings"],
|
||||||
"documentation": "https://www.example.com",
|
"documentation": "https://www.example.com",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
|
|
Loading…
Reference in New Issue