Files
core/homeassistant/components/tts/services.yaml
Robbie Trencheny 7136fd0f0a Add an Amazon Polly TTS platform (#5169)
* Remove SPEED_MED from fan

* Add an Amazon Polly TTS platform

* Update boto library version for notify.aws_* platforms to match the tts.amazon_polly req

* Improve log line and add docstring to function

* Simplify config logic

* Remove duplicate logic

* Don't know how this got in here...

* initial options work

* Remove stale config option and only allow supported languages

* Make requested changes

* Polly is only supported in some regions

* Allow filename to contain underscores (for amazon_polly platform name), remove unnecessary default_lang, other small things

* Add options dict to service description
2017-01-26 23:22:47 +01:00

27 lines
661 B
YAML

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.