Hi,
Now I’m casting the whole day a HA dashboard on my Nest Hub, works perfect :
- service: cast.show_lovelace_view
data:
entity_id: media_player.nest_hub_living
dashboard_path: nest-hub
view_path: foto
But I’m also using the Nest Hub as speaker, like this :
- service: tts.google_say
data:
entity_id: media_player.group_media_players_for_announcements
message: "Hello everybody !"
When using it as speaker, the streaming stops (also getting the annoying sound of google). After that I have to switch on the Nest Hub (again the sound of google) and recast my dashboard.
Is there a way to use the Nest hub as speaker without the casting of the dashboard being stopped ?