core/tests/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 Fix songpal crash for soundbars without sound modes (#119999) 2024-06-20 13:06:30 +02:00
test_config_flow.py
test_init.py
test_media_player.py Fix songpal crash for soundbars without sound modes (#119999) 2024-06-20 13:06:30 +02:00