core/homeassistant/components/template
Petro31 aec6868af1
Add abstract class to trigger based template entities (#139650)
* add abstract class to trigger based template entities

* updates after merge of parent PR

* add comments

* add tests
2025-03-06 08:00:11 +01:00
..
blueprints
__init__.py
alarm_control_panel.py
binary_sensor.py
button.py
config.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
config_flow.py
const.py
coordinator.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
cover.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
entity.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
fan.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
helpers.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
icons.json
image.py
light.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
lock.py
manifest.json
number.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
select.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
sensor.py
services.yaml
strings.json
switch.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
template_entity.py
trigger.py
trigger_entity.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
vacuum.py Remove redundant is not None checks in Template integration (#139790) 2025-03-04 21:58:41 -05:00
weather.py