core/homeassistant/components/automation
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
event.py Trigger also with orderdict 2017-10-23 09:01:59 +02:00
homeassistant.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00
litejet.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
mqtt.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
numeric_state.py Bugfix trigger state with multible entities (#10857) 2017-11-30 21:03:52 +01:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
state.py Bugfix trigger state with multible entities (#10857) 2017-11-30 21:03:52 +01:00
sun.py Fix some issues for PyLint 1.7.2 (#8356) 2017-07-05 20:02:16 -07:00
template.py Fix automations listening to HOMEASSISTANT_START (#6936) 2017-04-05 23:23:02 -07:00
time.py Remove deprecated automation keywords (#8510) 2017-07-17 22:24:05 +02:00
zone.py Update docstrings (#7361) 2017-04-29 22:04:49 -07:00