mirror of
https://github.com/elisspace/core.git
synced 2026-09-23 11:07:42 +00:00
* Add prettier (in pre-commit and CI) * Make all file prettier * Change order * Add to Azure Pipelines * Fix a YAML file prettier caught as invalid * Remove flow mapping using curly braces from all YAML service files
24 lines
707 B
YAML
24 lines
707 B
YAML
# Describes the format for available TTS services
|
|
|
|
say:
|
|
description: Say some things on a media player.
|
|
fields:
|
|
entity_id:
|
|
description: Name(s) of media player entities.
|
|
example: "media_player.floor"
|
|
message:
|
|
description: Text to speak on devices.
|
|
example: "My name is hanna"
|
|
cache:
|
|
description: Control file cache of this message.
|
|
example: "true"
|
|
language:
|
|
description: Language to use for speech generation.
|
|
example: "ru"
|
|
options:
|
|
description: A dictionary containing platform-specific options. Optional depending on the platform.
|
|
example: platform specific
|
|
|
|
clear_cache:
|
|
description: Remove cache files and RAM cache.
|