TTS was working fine however it stopped working.
I found this error when the automation runs:
Logger: homeassistant.components.automation.fridge_open_for_x_minutes
Source: helpers/script.py:1718
Integration: Automation (documentation, issues)
First occurred: 8:45:54 PM (3 occurrences)
Last logged: 8:48:31 PM
Fridge open for X minutes: Error executing script. Service not found for call_service at pos 2: Unable to find service tts.google_translate_say
Fridge open for X minutes: Error executing script. Invalid data for call_service at pos 2: required key not provided @ data['message']
This is my automation:
action:
- service: tts.google_say
data:
entity_id: media_player.all_the_speakers
message: open fridge
mode: single
this is my config:
tts:
- platform: google_translate
base_url: https://MyExternalURL:8123
# base_url: https://192.168.1.XX:8123
cache: true
cache_dir: /tmp/tts
time_memory: 300
service_name: google_say