1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/tts/services.yaml
Franck Nijhof 021aaa9994
Migrate tts services to support translations (#96412)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-07-12 18:55:34 +02:00

59 lines
1000 B
YAML

# Describes the format for available TTS services
say:
fields:
entity_id:
required: true
selector:
entity:
domain: media_player
message:
example: "My name is hanna"
required: true
selector:
text:
cache:
default: false
selector:
boolean:
language:
example: "ru"
selector:
text:
options:
advanced: true
example: platform specific
selector:
object:
speak:
target:
entity:
domain: tts
fields:
media_player_entity_id:
required: true
selector:
entity:
domain: media_player
message:
example: "My name is hanna"
required: true
selector:
text:
cache:
default: true
selector:
boolean:
language:
example: "ru"
selector:
text:
options:
advanced: true
example: platform specific
selector:
object:
clear_cache: