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