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
Thanks for the tip. I did not realize that my internal_url was not set properly, but my external_url was. I do HA in a Docker container and this used to work fine. However, I am still having issues. My HA logs have Failed to determine cast type for host <unknown> (<urlopen error _ssl.c:1112: The handshake operation timed out>)
I think there is a real issue though with tts not working. The following issue is open on the HA GitHub.