core/homeassistant/components/template
Allen Porter 7b1c0c2df2
Extend template entities with a script section (#96175)
* 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>
2023-09-02 16:19:45 -07:00
..
__init__.py Extend template entities with a script section (#96175) 2023-09-02 16:19:45 -07:00
alarm_control_panel.py
binary_sensor.py Add config flow for template binary sensor (#99339) 2023-08-30 17:28:56 +02:00
button.py
config.py Extend template entities with a script section (#96175) 2023-09-02 16:19:45 -07:00
config_flow.py Improve template sensor config flow validation (#99373) 2023-08-31 15:16:32 +02:00
const.py Extend template entities with a script section (#96175) 2023-09-02 16:19:45 -07:00
cover.py
fan.py
image.py
light.py
lock.py
manifest.json
number.py
select.py
sensor.py
services.yaml
strings.json Fix template helper strings (#99456) 2023-09-01 17:14:42 +02:00
switch.py
template_entity.py
trigger.py
trigger_entity.py
vacuum.py
weather.py