core/homeassistant/helpers
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 Async input_*/zone migration (#4095) 2016-10-29 12:19:27 -07:00
aiohttp_client.py Core cleanup: two stage shutdown (#5876) 2017-02-13 06:24:07 +01:00
condition.py Cleanup climate platform for async update_ha_state / migrate generic thermostat (#5679) 2017-02-01 21:44:05 -08:00
config_validation.py Add 'wait_template' to script commands / Refactory track_template (#5827) 2017-02-12 13:27:53 -08:00
deprecation.py binary_sensor sensor_class to entity device_class (#5860) 2017-02-10 20:46:15 -08:00
discovery.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
dispatcher.py Move mqtt from eventbus to dispatcher / add unsub for dispatcher (#6206) 2017-02-24 17:11:50 -08:00
entity.py Restore_state helper to restore entity states from the DB on startup (#4614) 2017-02-20 23:40:27 -08:00
entity_component.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
entity_values.py Simplify customize (#6007) 2017-02-15 19:47:30 -08:00
event.py MQTT convert to async (#6064) 2017-02-18 14:17:18 -08:00
event_decorators.py Deprecate event decorators (#5822) 2017-02-09 00:10:38 -08:00
location.py Async migration device_tracker (#4406) 2016-11-18 23:35:08 +01:00
restore_state.py Feature/reorg recorder (#6237) 2017-02-26 14:38:06 -08:00
script.py Add 'wait_template' to script commands / Refactory track_template (#5827) 2017-02-12 13:27:53 -08:00
service.py Add service to change visibility of a group (#3998) 2016-10-29 16:54:26 -07:00
signal.py Move signal handling out of core to bootstrap (#5815) 2017-02-08 21:58:45 -08:00
state.py Hold mode (#5586) 2017-01-27 08:57:18 -08:00
template.py add min and max jinja filters (#5765) 2017-02-07 00:25:47 -08:00
typing.py Device tracker component & platform validation. No more home_range. (#2908) 2016-08-30 10:22:52 -06:00