hass-core/homeassistant/components/songpal
BestPig 7c5fcec062
Fix songpal crash for soundbars without sound modes (#119999)
Getting soundField on soundbar that doesn't support it crash raise an exception, so it make the whole components unavailable. As there is no simple way to know if soundField is supported, I just get all sound settings, and then pick soundField one if present. If not present, then return None to make it continue, it will just have to effect to display no sound mode and not able to select one (Exactly what we want).
2024-06-20 13:06:30 +02:00
..
__init__.py Add empty line after module docstring (2) [components] (#112736) 2024-03-08 19:15:59 +01:00
config_flow.py Add empty line after module docstring [s] (#112704) 2024-03-08 14:33:51 +01:00
const.py Add empty line after module docstring (3) (#112750) 2024-03-08 20:38:34 +01:00
icons.json
manifest.json Bump python-songpal to 0.16.2 (#114525) 2024-04-01 02:08:05 +02:00
media_player.py Fix songpal crash for soundbars without sound modes (#119999) 2024-06-20 13:06:30 +02:00
services.yaml
strings.json