Compare commits
6 Commits
main
...
feature/di
Author | SHA1 | Date |
---|---|---|
|
056174a2bb | |
|
6f5fc9b6fb | |
|
e8cc95876e | |
|
ddfebf8b41 | |
|
3e41dd31ae | |
|
11ed2d1444 |
|
@ -1,16 +1,12 @@
|
|||
{
|
||||
"domain": "samsung_soundbar",
|
||||
"name": "Samsung Soundbar",
|
||||
"codeowners": [
|
||||
"@samuelspagl"
|
||||
],
|
||||
"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"
|
||||
"requirements": ["pysmartthings"],
|
||||
"version": "0.4.0"
|
||||
}
|
Loading…
Reference in New Issue