* Extend template entities with a script section This allows making a trigger entity that triggers a few times a day, and allows collecting data from a service resopnse which can be fed into a template entity. The current alternatives are to publish and subscribe to events or to store data in input entities. * Make variables set in actions accessible to templates * Format code --------- Co-authored-by: Erik <erik@montnemery.com> |
||
---|---|---|
.. | ||
__init__.py | ||
alarm_control_panel.py | ||
binary_sensor.py | ||
button.py | ||
config.py | ||
config_flow.py | ||
const.py | ||
cover.py | ||
fan.py | ||
image.py | ||
light.py | ||
lock.py | ||
manifest.json | ||
number.py | ||
select.py | ||
sensor.py | ||
services.yaml | ||
strings.json | ||
switch.py | ||
template_entity.py | ||
trigger.py | ||
trigger_entity.py | ||
vacuum.py | ||
weather.py |