Hello, I just realized that my TTS service stopped working. I do not know what changed, but I cannot make it work. I recreated automation and it still does not work. Can someone help me with this?
configuration.yaml file:
tts:
- platform: google_translate
service_name: google_say
automations.yaml file:
- id: '1641175412837'
alias: 'Notification: Washer - Washing'
trigger:
- platform: state
entity_id: sensor.washer_status
to: Washing
for:
hours: 00
minutes: 00
seconds: 10
action:
- service: tts.google_say
data:
entity_id: media_player.living_room_google_home
message: The washing machine started
mode: single
What is wrong with this?
1 post - 1 participant