Update custom_components/samsung_soundbar/manifest.json
This commit is contained in:
parent
bd313ea27a
commit
8cd2aa3d51
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
"domain": "samsung_soundbar",
|
"domain": "samsung_soundbar",
|
||||||
"name": "Samsung Soundbar",
|
"name": "Samsung Soundbar",
|
||||||
"codeowners": ["@samuelspagl"],
|
"codeowners": [
|
||||||
"config_flow": true,
|
"@samuelspagl"
|
||||||
"documentation": "https://www.example.com",
|
],
|
||||||
"integration_type": "hub",
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling",
|
"documentation": "https://www.example.com",
|
||||||
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
"integration_type": "hub",
|
||||||
"requirements": ["pysmartthings"],
|
"iot_class": "cloud_polling",
|
||||||
"version": "0.4.0"
|
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
||||||
|
"requirements": [
|
||||||
|
"pysmartthings==0.7.8"
|
||||||
|
],
|
||||||
|
"version": "0.4.1"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue