core/homeassistant/components/automation
Paulus Schoutsen 35b388edce Reload groups (#3203)
* Allow reloading groups without restart

* Test to make sure automation listeners are removed.

* Remove unused imports for group tests

* Simplify group config validation

* Add prepare_reload function to entity component

* Migrate group to use entity_component.prepare_reload

* Migrate automation to use entity_component.prepare_reload

* Clean up group.get_entity_ids

* Use cv.boolean for group config validation
2016-09-07 06:59:16 -07:00
..
__init__.py Reload groups (#3203) 2016-09-07 06:59:16 -07:00
event.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
mqtt.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
numeric_state.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
services.yaml Allow reloading automation without restarting HA (#3002) 2016-09-04 17:15:52 +02:00
state.py Fix linting 2016-09-01 09:12:42 +01:00
sun.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
template.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
time.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00
zone.py Convert automation to entities with services 2016-08-25 23:36:48 -07:00