Compare commits

..

3 Commits

Author SHA1 Message Date
orkun c113688986 Update custom_components/samsung_soundbar/manifest.json 2025-04-10 19:37:48 +03:00
orkun 8cd2aa3d51 Update custom_components/samsung_soundbar/manifest.json 2025-04-10 19:36:41 +03:00
Samuel Spagl bd313ea27a
Fix 'audiotrackdata' (#42)
## [0.4.1] Media Mystique: The Great Data Disappearing Act!

### Fixed

- Made media data (*track title*, *artist*, *length*) optional to acoomodate soundbars that don't provide this information (🥲)

### Added

- Add translations for the english translation file
2024-10-14 21:46:14 +02:00
1 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,16 @@
{ {
"domain": "samsung_soundbar", "domain": "samsung_soundbar",
"name": "Samsung Soundbar", "name": "Samsung Soundbar",
"codeowners": ["@samuelspagl"], "codeowners": [
"@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": ["pysmartthings"], "requirements": [
"version": "0.4.0" "pysmartthings==0.7.8"
],
"version": "0.4.1"
} }