core/tests/components/template
G Johansson cdfec7ebb4
Implement new state property for alarm_control_panel which is using an enum (#126283)
* Alarm state from enum

* Fixes

* Set final

* Fix rebase

* Test const

* Fix breaking version

* Fix other for alarm_control_panel

* Fix integrations

* More

* More

* More

* More

* Fix zha

* Replace _attr_state

* Fix alarm_control_panel

* Fix tests

* Fixes

* Mods

* Change some

* More

* More

* More

* Tests

* Last tests

* Return enum

* Fix zha

* Remove not needed check

* Fix wording

* Fix homekit

* Mod prometheus

* Fix mypy

* Fix homekit

* Fix ifttt
2024-10-21 22:54:27 +02:00
..
fixtures
snapshots
__init__.py
conftest.py Blueprints for template entities (#126971) 2024-10-04 16:47:29 +02:00
test_alarm_control_panel.py Implement new state property for alarm_control_panel which is using an enum (#126283) 2024-10-21 22:54:27 +02:00
test_binary_sensor.py Use STATE_ON/STATE_OFF constants in template test (#128883) 2024-10-21 16:19:44 +02:00
test_blueprint.py Blueprints for template entities (#126971) 2024-10-04 16:47:29 +02:00
test_button.py
test_config_flow.py
test_cover.py Cover state is enum (#127144) 2024-10-08 18:39:04 +02:00
test_fan.py
test_image.py
test_init.py
test_light.py
test_lock.py
test_manual_trigger_entity.py
test_number.py
test_select.py
test_sensor.py
test_switch.py
test_template_entity.py
test_trigger.py
test_vacuum.py
test_weather.py