core/homeassistant/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 Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
event.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
litejet.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
mqtt.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
numeric_state.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
services.yaml Allow reloading automation without restarting HA (#3002) 2016-09-04 17:15:52 +02:00
state.py Bugfix automation state linsteners (#6120) 2017-02-22 00:02:37 -08:00
sun.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
template.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
time.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
zone.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00