Hi
When using the TTS function from the mini-card, it tries to call the wrong service.
I would guess it to be an issue when understanding what tts plattform is to use.
Service being called is
tts.true_say
I am using the google tts plattform. so the correct service would be the service tts.google_say
Think the bug appeared after the last few updates (unsure which)
Great addon otherwise! Very clean look and great functionality!
Hey!
This should already be resolved since version v0.8.9.
Make sure you specify the service and not true with the option. e.g.
- entity: media_player.google_home
type: custom:mini-media-player
show_tts: google
Ah, must have missed that part of the patch-notes. Thanks!
Works now.