core/homeassistant/components/image_processing
Pascal Vizeli 41f558b181 Bootstrap / Component setup async (#6264)
* Bootstrap / Entiy setup async

* Cleanup add_job stuff / return task/future object

* Address paulus comments / part 1

* fix install pip

* Cleanup bootstrap / move config stuff to config.py

* Make demo async

* Further bootstrap improvement

* Address Martin's comments

* Fix initial tests

* Fix final tests

* Fix bug with prepare loader

* Remove no longer needed things

* Log error when invalid config

* More cleanup

* Cleanups platform events & fix lint

* Use a non blocking add_entities callback for platform

* Fix Autoamtion is setup befor entity is ready

* Better automation fix

* Address paulus comments

* Typo

* fix lint

* rename functions

* fix tests

* fix test

* change exceptions

* fix spell
2017-02-28 20:33:19 -08:00
..
__init__.py Add device_class to image_processing (#6186) 2017-02-23 17:33:54 +01:00
demo.py [Image_Processing][Breaking Change] Cleanup Base face class add support for microsoft face detect (#5802) 2017-02-08 09:19:40 -08:00
microsoft_face_detect.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
microsoft_face_identify.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
openalpr_cloud.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
openalpr_local.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
services.yaml Component "Image processing" (#5166) 2017-01-14 08:18:03 +01:00