core/tests/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
..
fixtures
snapshots
__init__.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_blueprint.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
test_button.py
test_config_flow.py
test_cover.py
test_entity.py Add a base class for template entities to inherit from (#139645) 2025-03-04 07:23:05 +01:00
test_fan.py
test_image.py
test_init.py
test_light.py
test_lock.py
test_number.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
test_select.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
test_sensor.py
test_switch.py
test_template_entity.py Add a base class for template entities to inherit from (#139645) 2025-03-04 07:23:05 +01:00
test_trigger.py
test_trigger_entity.py Add abstract class to trigger based template entities (#139650) 2025-03-06 08:00:11 +01:00
test_vacuum.py
test_weather.py