core/homeassistant/components/automation
Paulus Schoutsen a343c20404 Async gather wait (#4247)
* Fix config validation for input_*, script

* Allow scheduling coroutines

* Validate entity ids when entity ids set by platform

* Async: gather -> wait

* Script/Group: use async_add_job instead of create_task
2016-11-06 09:26:40 -08:00
..
__init__.py Async gather wait (#4247) 2016-11-06 09:26:40 -08:00
event.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
litejet.py Add LiteJet (a lighting control system) component (#4125) 2016-11-01 20:44:25 -07:00
mqtt.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
numeric_state.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
services.yaml Allow reloading automation without restarting HA (#3002) 2016-09-04 17:15:52 +02:00
state.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
sun.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
template.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
time.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
zone.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00