Mini-media-player: TTS function calling the wrong service

Created on 6 Nov 2018  路  2Comments  路  Source: kalkih/mini-media-player

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!

question

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings