core/homeassistant/components/image_processing
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
demo.py Update docstrings (#7630) 2017-05-17 10:10:35 +02:00
dlib_face_detect.py Version bump dlib to 1.0.0 (#9316) 2017-09-06 07:35:34 -07:00
dlib_face_identify.py Version bump dlib to 1.0.0 (#9316) 2017-09-06 07:35:34 -07:00
microsoft_face_detect.py Update docstrings (#7630) 2017-05-17 10:10:35 +02:00
microsoft_face_identify.py Update docstrings (#7630) 2017-05-17 10:10:35 +02:00
openalpr_cloud.py Update docstrings and comments (#7626) 2017-05-17 09:14:11 +02:00
openalpr_local.py Move constant to 'const.py' and use already definied ones (#10204) 2017-10-29 12:32:02 +01:00
opencv.py Fixed typo in opencv (#9697) 2017-10-05 00:04:39 +02:00
services.yaml Update services.yaml files (#10229) 2017-10-30 21:39:12 +01:00
seven_segments.py Fix a bunch of typos (#9545) 2017-09-23 17:15:46 +02:00