Compare commits

..

2 Commits
0.4.1 ... main

1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
{
"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"],
"version": "0.4.0"
}
"requirements": [
"pysmartthings==0.7.8"
],
"version": "0.4.1"
}