2017-10-30 20:39:12 +00:00
|
|
|
# Describes the format for available TTS services
|
|
|
|
|
2016-12-13 07:23:08 +00:00
|
|
|
say:
|
|
|
|
description: Say some things on a media player.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
2016-12-21 09:22:12 +00:00
|
|
|
description: Name(s) of media player entities.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "media_player.floor"
|
2016-12-13 07:23:08 +00:00
|
|
|
message:
|
2016-12-21 09:22:12 +00:00
|
|
|
description: Text to speak on devices.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "My name is hanna"
|
2016-12-21 09:22:12 +00:00
|
|
|
cache:
|
|
|
|
description: Control file cache of this message.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "true"
|
2016-12-27 16:01:22 +00:00
|
|
|
language:
|
|
|
|
description: Language to use for speech generation.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "ru"
|
2017-01-26 22:22:47 +00:00
|
|
|
options:
|
|
|
|
description: A dictionary containing platform-specific options. Optional depending on the platform.
|
|
|
|
example: platform specific
|
2016-12-27 16:01:22 +00:00
|
|
|
|
2016-12-13 07:23:08 +00:00
|
|
|
clear_cache:
|
|
|
|
description: Remove cache files and RAM cache.
|