mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Add selector to tts services (#49703)
This commit is contained in:
parent
7acb16e2af
commit
639dac1eaa
@ -1,7 +1,7 @@
|
|||||||
# Describes the format for available TTS services
|
# Describes the format for available TTS services
|
||||||
|
|
||||||
say:
|
say:
|
||||||
name: Say an TTS message
|
name: Say a TTS message
|
||||||
description: Say something using text-to-speech on a media player.
|
description: Say something using text-to-speech on a media player.
|
||||||
fields:
|
fields:
|
||||||
entity_id:
|
entity_id:
|
||||||
@ -33,10 +33,14 @@ say:
|
|||||||
selector:
|
selector:
|
||||||
text:
|
text:
|
||||||
options:
|
options:
|
||||||
|
name: Options
|
||||||
description:
|
description:
|
||||||
A dictionary containing platform-specific options. Optional depending on
|
A dictionary containing platform-specific options. Optional depending on
|
||||||
the platform.
|
the platform.
|
||||||
|
advanced: true
|
||||||
example: platform specific
|
example: platform specific
|
||||||
|
selector:
|
||||||
|
object:
|
||||||
|
|
||||||
clear_cache:
|
clear_cache:
|
||||||
name: Clear TTS cache
|
name: Clear TTS cache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user