-
Notifications
You must be signed in to change notification settings - Fork 7
Description
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:
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_manager
class: GH_Manager
#log_level: DEBUG
gh_service: tts.google
ytube_player: media_player.ytube_music_player
# Main hub
gh_wait_time: input_number.notifier_tts_wait_time
gh_select_media_player: select.notifier_player_google
gh_sensor_media_player: sensor.notifier_player_google
tts_period_of_day_volume: sensor.notifier_day_period_volume
tts_language: input_select.notifier_language
# Debug Sensor
debug_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
Additional Details
- I'd like to help developing a fix for this issue.
Screenshots
No response
Additional context
No response