hass-core/tests/components/automation
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 Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_event.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_init.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_litejet.py Fix up docstring for tests (#5090) 2016-12-28 20:04:59 +02:00
test_mqtt.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_numeric_state.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_state.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_sun.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_template.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_time.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_zone.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00