Google tts.speak - anyone having issues?

Its been working fine for years and just noticed my tts.speak with Google no longer works and nothing shows up in logs. Anyone else working or may be having issues?

Core 2024.5.0
Supervisor 2024.05.1
Operating System 12.1

My simple test yaml using Development tools

service: tts.speak
target:
  entity_id: tts.google_en_com
data:
  cache: true
  media_player_entity_id: media_player.google_home
  message: Test message

Have you tried any other services in the Development Tools, for instance the one below?

service: tts.google_translate_say

[Fix]
Found the culprit! Somehow mDNS got messed up on my router, so Google Cast was not finding my devices and msgs were not getting thru all the devices which use mdns like google home etc.

1 Like