mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 13:47:35 +00:00

* TTS seems unsupported on heos media player #32862 TTS seems unsupported on heos media player #32862 The type media_type music which is required by TTS was not covered. * Update homeassistant/components/heos/media_player.py Co-authored-by: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com> * Update to test_media_player.py Test for TTS support to Heos #35386 * Update test Add TTS support to Heos #35386 * Update to test_play_media_music assert set to "Unable to play music: Failure (1)" seems to cause an issue. * test_play_media_music syntax Co-authored-by: Andrew Sayre <6730289+andrewsayre@users.noreply.github.com>