hass-core/homeassistant
Pascal Vizeli 2dec38d8d4 TTS Component / Google speech platform (#4837)
* TTS Component / Google speech platform

* Change file backend handling / cache

* Use mimetype / rename Provider function / allow cache on service call

* Add a memcache for faster response

* Add demo platform

* First version of unittest

* Address comments

* improve error handling / address comments

* Add google unittest & check http response code

* Change url param handling

* add test for other language

* Change hash to sha256 for same hash on every os/hardware

* add unittest for receive demo data

* add test for error cases

* Test case load from file to mem over aiohttp server

* Use cache SpeechManager level, address other comments

* Add service for clear cache

* Update service.yaml

* add support for spliting google message
2016-12-12 23:23:08 -08:00
..
components TTS Component / Google speech platform (#4837) 2016-12-12 23:23:08 -08:00
helpers Pararell execute state restore by domain (#4801) 2016-12-07 08:37:35 -08:00
scripts Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
util Update color names to follow w3.org list. (#4374) 2016-11-28 22:59:46 -08:00
__init__.py Fix PEP257 issues 2016-03-08 00:06:04 +01:00
__main__.py Remove globally disabled pylint warnings (#4204) 2016-11-03 18:40:43 -07:00
bootstrap.py Finish all tasks before setup phase is done (#4606) 2016-11-30 13:02:45 -08:00
config.py Upgrade linter (#4461) 2016-11-18 21:47:59 -08:00
const.py Scene: add support for input_select (#4674) 2016-12-07 05:33:41 -08:00
core.py Finish all tasks before setup phase is done (#4606) 2016-11-30 13:02:45 -08:00
exceptions.py Do not report on shutting down errors (#4431) 2016-11-17 12:02:43 -08:00
loader.py fix some comments spell (#4082) 2016-10-28 21:26:52 +02:00
remote.py Refactory aiohttp clientsession handling in HA (#4602) 2016-11-27 16:26:46 -08:00