core/homeassistant/components/template
J. Nick Koston 44fefb3216
Improve handling of template platforms when entity extraction fails (#37831)
Most of the the template platforms would check for
extract_entities failing to extract entities and avoid
setting up a state change listner for MATCH_ALL after
extract_entities had warned that it could not extract
the entities and updates would need to be done manually.
This protection has been extended to all template platforms.

Alter the behavior of extract_entities to return the
successfully extracted entities if one or more templates
fail extraction instead of returning MATCH_ALL
2020-07-14 22:34:35 -07:00
..
__init__.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
alarm_control_panel.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
binary_sensor.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
const.py
cover.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
fan.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
light.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
lock.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
manifest.json
sensor.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
switch.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00
vacuum.py Improve handling of template platforms when entity extraction fails (#37831) 2020-07-14 22:34:35 -07:00