Update custom_components/samsung_soundbar/manifest.json
This commit is contained in:
parent
8cd2aa3d51
commit
c113688986
|
@ -1,17 +1,16 @@
|
||||||
{
|
{
|
||||||
"domain": "samsung_soundbar",
|
"domain": "samsung_soundbar",
|
||||||
"name": "Samsung Soundbar",
|
"name": "Samsung Soundbar",
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@samuelspagl"
|
"@samuelspagl"
|
||||||
],
|
],
|
||||||
"config_flow": true,
|
"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",
|
||||||
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
"issue_tracker": "https://github.com/samuelspagl/ha_samsung_soundbar/issues",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pysmartthings==0.7.8"
|
"pysmartthings==0.7.8"
|
||||||
],
|
],
|
||||||
"version": "0.4.1"
|
"version": "0.4.1"
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue