hass-core/tests/components/automation
cdce8p be5c0b2d92 Wait_template - support for 'trigger.entity_id' and data_template values (#9807)
* *Added support for use of 'trigger.entity_id' and service->data_template->script in wait_template

* * Fixed style violations

* * Fixed regular expression (_RE_GET_POSSIBLE_ENTITIES)

* * combined 'extract_entities' and 'extract_entities_with_variables'
* fixed regular expression

* * Added first test for extract_entities_with_variables

* * Added Unittests (tests/helpers/test_template.py test_extract_entities_with_variables)

* * Added Unittests (tests/helpers/test_script.py test_wait_template_variables)

* * Added Unittests (tests/components/automation/test_template.py test_wait_template_with_trigger)

* * Added Unittests (tests/components/automation/test_state.py test_wait_template_with_trigger)

* * Added Unittests (tests/components/automation/test_numeric_state.py test_wait_template_with_trigger)

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Fixed style violations

* * Updated regular expression and delete whitespaces
2017-10-12 16:57:18 +02:00
..
__init__.py Fix PEP257 issues 2016-03-09 10:25:50 +01:00
test_event.py Event trigger nested conditions (#9732) 2017-10-07 13:13:32 -07:00
test_homeassistant.py Split mock_service (#8198) 2017-06-25 10:53:15 -07:00
test_init.py Split mock_service (#8198) 2017-06-25 10:53:15 -07:00
test_litejet.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_mqtt.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00
test_numeric_state.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
test_state.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
test_sun.py Refactor sun component for correctness (#7295) 2017-05-09 00:03:34 -07:00
test_template.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
test_time.py Rename time trigger 'after' to 'at' (#7846) 2017-06-01 22:40:27 -07:00
test_zone.py Split bootstrap into bs + setup (#6416) 2017-03-05 10:41:54 +01:00