You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2025. It is now read-only.
I'm unable to use google tts service (reverso works as expected).
I found the following message in appdaemon log:
2024-03-06 12:39:58.735921 ERROR GH_Manager: An error occurred in GH Manager - Errore nel Worker: Unknown service (default/tts/google_translate_say) in call_service from GH_Manager
2024-03-06 12:39:58.744600 INFO GH_Manager: (<class 'appdaemon.exceptions.ServiceException'>, ServiceException('Unknown service (default/tts/google_translate_say) in call_service from GH_Manager'), <traceback object at 0x7f71c6eb8100>)
Please notice that I renamed the tts service to google_translate_say (originally was google_it_it).
Automation YAML config
this is my gh_manager.yaml (updated in january 24)___________GH_Manager:
module: gh_managerclass: GH_Manager#log_level: DEBUGgh_service: tts.googleytube_player: media_player.ytube_music_player# Main hubgh_wait_time: input_number.notifier_tts_wait_timegh_select_media_player: select.notifier_player_googlegh_sensor_media_player: sensor.notifier_player_googletts_period_of_day_volume: sensor.notifier_day_period_volumetts_language: input_select.notifier_language# Debug Sensordebug_sensor: sensor.notifier_debug_error_________
To Reproduce
set notifier to send tts message using script_mynotify and click on sent: message is received on telegram for example but not streamed via google minis
Expected behavior
able to hear the tts message
Actual Behaviour
when using google (no issue with reverso) the message is not streamed and I see an error info on appdaemon log
Home Assistant Core Version
2023.02.0
Home Assistant Installation Type
Home Assistant Operating System
Description
I'm unable to use google tts service (reverso works as expected).
I found the following message in appdaemon log:
Please notice that I renamed the tts service to google_translate_say (originally was google_it_it).
Automation YAML config
To Reproduce
set notifier to send tts message using script_mynotify and click on sent: message is received on telegram for example but not streamed via google minis
Expected behavior
able to hear the tts message
Actual Behaviour
when using google (no issue with reverso) the message is not streamed and I see an error info on appdaemon log
Additional Details
Screenshots
No response
Additional context
No response