Compare commits

..

6 Commits

Author SHA1 Message Date
samuelspagl 056174a2bb Fix translations 2024-10-14 21:41:50 +02:00
samuelspagl 6f5fc9b6fb Update README.md 2024-10-14 21:33:30 +02:00
samuelspagl e8cc95876e Merge branch 'feature/disable-audio-track' of https://github.com/samuelspagl/ha_samsung_soundbar into feature/disable-audio-track 2024-10-14 21:29:39 +02:00
samuelspagl ddfebf8b41 Update Changelog | Add translations 2024-10-14 21:29:25 +02:00
Samuel Spagl 3e41dd31ae
Update 'totalTime' and 'elapsedTime' to be optional attributes 2024-10-08 10:59:10 +02:00
samuelspagl 11ed2d1444 Fix 'audiotrackdata' 2024-10-07 14:29:22 +02:00
1 changed files with 4 additions and 8 deletions

View File

@ -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"
}