core/tests/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 Fix PEP257 issues 2016-03-09 11:15:04 +01:00
test_aiohttp_client.py Core cleanup: two stage shutdown (#5876) 2017-02-13 06:24:07 +01:00
test_condition.py Optimize template 2 (#3521) 2016-09-27 21:29:55 -07:00
test_config_validation.py Allow easier customization of whole domain, entity lists, globs. (#5215) 2017-01-22 21:19:50 +02:00
test_discovery.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_dispatcher.py Move mqtt from eventbus to dispatcher / add unsub for dispatcher (#6206) 2017-02-24 17:11:50 -08:00
test_entity.py Simplify customize (#6007) 2017-02-15 19:47:30 -08:00
test_entity_component.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_entity_values.py Simplify customize (#6007) 2017-02-15 19:47:30 -08:00
test_event.py Add 'wait_template' to script commands / Refactory track_template (#5827) 2017-02-12 13:27:53 -08:00
test_event_decorators.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_init.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_location.py Disable too-many-* (#4107) 2016-10-30 22:18:53 +01:00
test_restore_state.py Bootstrap / Component setup async (#6264) 2017-02-28 20:33:19 -08:00
test_script.py Add 'wait_template' to script commands / Refactory track_template (#5827) 2017-02-12 13:27:53 -08:00
test_service.py Add service to change visibility of a group (#3998) 2016-10-29 16:54:26 -07:00
test_state.py Async bootstrap / component init (#3991) 2016-10-27 00:16:23 -07:00
test_template.py add min and max jinja filters (#5765) 2017-02-07 00:25:47 -08:00