hass-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 Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
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 Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
fan.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
image.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
light.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
lock.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
manifest.json Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
number.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
select.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
sensor.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
services.yaml Migrate template services to support translations (#96414) 2023-07-12 14:06:14 +02:00
strings.json Fix template helper strings (#99456) 2023-09-01 17:14:42 +02:00
switch.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
template_entity.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
trigger.py Remove unnnecessary pylint configs from components [s-z]* (#98925) 2023-08-24 01:25:32 +02:00
trigger_entity.py Move TemplateEntity to template (#98957) 2023-08-24 15:37:04 +02:00
vacuum.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00
weather.py Add config flow for template sensor (#98970) 2023-08-30 16:22:52 +02:00