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.
|
2016-12-13 07:23:08 +00:00
|
|
|
example: 'media_player.floor'
|
|
|
|
message:
|
2016-12-21 09:22:12 +00:00
|
|
|
description: Text to speak on devices.
|
2016-12-13 07:23:08 +00:00
|
|
|
example: 'My name is hanna'
|
2016-12-21 09:22:12 +00:00
|
|
|
cache:
|
|
|
|
description: Control file cache of this message.
|
|
|
|
example: 'true'
|
2016-12-27 16:01:22 +00:00
|
|
|
language:
|
|
|
|
description: Language to use for speech generation.
|
2017-01-26 22:22:47 +00:00
|
|
|
example: 'ru'
|
|
|
|
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.
|