Hi, I’ve been trying to get my stereo to make announcements and it’s so frustrating because I’m so close… but as always I must be missing something. I’ve set up an automation to send a message from Home Assistant over to my stereo, the message arrives and I can see it playing in LMS, problem is I can’t hear it. The volume is set to max,
The text from my message appears on LMS & it looks like everything should be working. The first problem is that I can’t hear the message and the second is that once it starts it plays continuously even if continue button is not pressed.
Does anyone have this working?
Thanks
# Text to speech
tts:
- platform: google
media_player:
- platform: squeezebox
host: 192.168.0.107
#automation:
- alias: "TTS Test"
trigger:
- platform: state
entity_id: switch.test
to: 'on'
action:
- service: tts.google_say
entity_id: media_player.max2play3
data:
message: 'Hi today is a wonderful day, are you there? Can you hear me? Testing. Testing. 1, 2, 3.'