core/homeassistant/components/template
J. Nick Koston 762537d82d
Deprecate manually passing entity ids to template entities (#39382)
It is no longer necessary to provide a list of entities to monitor
to the template platforms.

The template is now re-evaluated whenever
a referenced entity changes state, and new entities are automaticlly
discovered.

Automatic analysis can now determine the entities for all templates
without the need for manual setup.
2020-09-01 08:53:50 -05:00
..
__init__.py Support reloading the universal platform (#39248) 2020-08-26 00:25:15 +02:00
alarm_control_panel.py Add the ability to reload light/cover groups from yaml (#39250) 2020-08-25 18:13:43 -05:00
binary_sensor.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
const.py Support reloading the universal platform (#39248) 2020-08-26 00:25:15 +02:00
cover.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
fan.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
light.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
lock.py Add the ability to reload light/cover groups from yaml (#39250) 2020-08-25 18:13:43 -05:00
manifest.json Make sure groups are initialized before template sensors (#37766) 2020-08-08 21:34:14 -05:00
sensor.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
services.yaml Make template entities reloadable (#39075) 2020-08-21 18:31:48 -05:00
switch.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00
template_entity.py Make async_track_template_result track multiple templates (#39371) 2020-08-31 19:07:40 -05:00
trigger.py Make async_track_template_result track multiple templates (#39371) 2020-08-31 19:07:40 -05:00
vacuum.py Deprecate manually passing entity ids to template entities (#39382) 2020-09-01 08:53:50 -05:00