core/homeassistant/components/tts
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
..
__init__.py Add an Amazon Polly TTS platform (#5169) 2017-01-26 23:22:47 +01:00
amazon_polly.py Add an Amazon Polly TTS platform (#5169) 2017-01-26 23:22:47 +01:00
demo.mp3 TTS Component / Google speech platform (#4837) 2016-12-12 23:23:08 -08:00
demo.py [TTS] options support for service calls (#5436) 2017-01-21 08:35:18 +01:00
google.py [TTS] options support for service calls (#5436) 2017-01-21 08:35:18 +01:00
picotts.py [TTS] options support for service calls (#5436) 2017-01-21 08:35:18 +01:00
services.yaml Add an Amazon Polly TTS platform (#5169) 2017-01-26 23:22:47 +01:00
voicerss.py [TTS] options support for service calls (#5436) 2017-01-21 08:35:18 +01:00
yandextts.py added speed and emotion to Yandex tts (#5431) 2017-01-21 08:36:28 +01:00