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