just got my google nest mini (Belgium)
after installation (success) in google home, i have installed it in HA
by means of Google cast (success)
one device,one entity(media_player.cuisine)
configuration.yaml:
tts:
- platform: google_translate
made a simple automation:
alias: test google home mini
description: ‘’
trigger:
- platform: time
at: ‘16:20:00’
condition: []
action: - service: tts.google_translate_say
data:
entity_id: media_player.cuisine # google mini player
message: il fait beau ce matin
mode: single
log error:
Logger: homeassistant.components.cast.media_player
Source: components/cast/media_player.py:388
Integration: Google Cast (documentation, issues)
First occurred: 18:13:43 (1 occurrences)
Last logged: 18:13:43
Failed to cast media http://homeassistant.local:8123/api/tts_proxy/ac1da9d5f3dd6017afa62cd10e93c56f63a6a9db_en_-_google_translate.mp3 from internal_url (http://homeassistant.local:8123). Please make sure the URL is: Reachable from the cast device and either a publicly resolvable hostname or an IP address
???
i can’t find the problem
Many thanks