tts.piper and tts.elevenlabs and media_player.MediaPlayerEntityFeature #235
Unanswered
dwdonnelly
asked this question in
Q&A
Replies: 1 comment
-
Good Day All, Have Any thoughts on my questions above? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good holidays to all.
Being a newbie and learning as I go: I just installed watchman on my HA and ran my first report, the following issues appeared:
tts.elevenlabs [missing] in: custom_components/chime_tts/services.yaml:244,558
tts.piper [missing] in: custom_components/chime_tts/services.yaml:264,578
Now, since I do not have either installed.....do I presume I can ignore these items?
Second question, in that same report, I get this issue:
media_player.MediaPlayerEntityFeature [missing] in: custom_components/chime_tts/services.yaml:49
Yet when I look in the custom_components/chime_tts/services.yaml, line 49, I see:
say:
name: Say
description: Play an audio file before TTS audio
target:
entity:
domain: media_player
supported_features:
- media_player.MediaPlayerEntityFeature.PLAY_MEDIA
So - confused - what is the issue?
Any and all help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions