core/homeassistant/components/tts
Anders Melchiorsen 8267a21bfe Lazy loading of service descriptions (#11479)
* Lazy loading of service descriptions

* Fix tests

* Load YAML in executor

* Return a copy of available services to allow mutations

* Remove lint

* Add zha/services.yaml

* Only cache descriptions for known services

* Remove lint

* Remove description loading during service registration

* Remove description parameter from async_register

* Test async_get_all_descriptions

* Remove lint

* Fix typos from multi-edit

* Remove unused arguments

* Remove unused import os

* Remove unused import os, part 2

* Remove unneeded coroutine decorator

* Only use executor for loading files

* Cleanups suggested in review

* Increase test coverage

* Fix races in existing tests
2018-01-07 14:54:16 -08:00
..
__init__.py Lazy loading of service descriptions (#11479) 2018-01-07 14:54:16 -08:00
amazon_polly.py
baidu.py
demo.mp3
demo.py
google.py
marytts.py closes #11314 by not restricting the voice to anything but a string (#11326) 2017-12-27 19:49:06 +01:00
microsoft.py Microsoft Text-to-speech: Fixing missing en-gb support bug (#10429) 2017-12-01 12:38:20 +01:00
picotts.py
services.yaml
voicerss.py
yandextts.py