core/homeassistant/helpers
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
aiohttp_client.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
condition.py
config_validation.py
deprecation.py
discovery.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
dispatcher.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
entity.py
entity_component.py
entity_values.py
event.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
icon.py
intent.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
location.py
restore_state.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
script.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
service.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
signal.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
state.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
sun.py RFC: Use bind_hass for helpers (#9745) 2017-10-08 08:17:54 -07:00
template.py Wait_template - support for 'trigger.entity_id' and data_template values (#9807) 2017-10-12 16:57:18 +02:00
typing.py