fix manifest.json
This commit is contained in:
parent
eef9313c0a
commit
2bbc4d7c15
|
@ -2,11 +2,14 @@
|
||||||
"domain": "samsung_soundbar",
|
"domain": "samsung_soundbar",
|
||||||
"name": "Samsung Soundbar",
|
"name": "Samsung Soundbar",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"codeowners": ["@samuelspagl"],
|
"codeowners": [
|
||||||
"dependencies": ["pysmartthings"],
|
"@samuelspagl"
|
||||||
|
],
|
||||||
|
"requirements": [
|
||||||
|
"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",
|
||||||
"requirements": [],
|
|
||||||
"config_flow": true
|
"config_flow": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue