hass-core/tests/components/automation
Paulus Schoutsen d58548dd1c Address asyncio comments (#3663)
* Template platforms: create_task instead of yield from

* Automation: less yielding, more create_tasking

* Helpers.script: less yielding, more create_tasking

* Deflake logbook test

* Deflake automation reload config test

* MQTT: Use async_add_job and threaded_listener_factory

* Deflake other logbook test

* lint

* Add test for automation trigger service

* MQTT client can be called from within async
2016-10-03 22:39:27 -07:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_event.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_init.py Address asyncio comments (#3663) 2016-10-03 22:39:27 -07:00
test_mqtt.py Migrate core from threads to async awesomeness (#3248) 2016-09-12 19:16:14 -07:00
test_numeric_state.py Make automation async 2016-10-01 14:11:16 -07:00
test_state.py Make automation async 2016-10-01 14:11:16 -07:00
test_sun.py Make automation async 2016-10-01 14:11:16 -07:00
test_template.py Make automation async 2016-10-01 14:11:16 -07:00
test_time.py Make automation async 2016-10-01 14:11:16 -07:00
test_zone.py Make automation async 2016-10-01 14:11:16 -07:00