core/tests/components/template
J. Nick Koston 4b7a313ece
Use identity checks for CoreState (#107846)
Some of the checks used ==, and some used is. Switch
everything to is as its faster
2024-01-12 10:21:26 +01:00
..
fixtures
snapshots
__init__.py
conftest.py
test_alarm_control_panel.py
test_binary_sensor.py
test_button.py Migrate template tests to use freezegun (#105341) 2023-12-09 09:47:28 +01:00
test_config_flow.py
test_cover.py Use modern platform path when reporting platform config errors (#104238) 2023-12-05 15:06:13 +01:00
test_fan.py Use ServiceValidationError for invalid fan preset_mode and move check to fan entity component (#104560) 2023-11-29 13:56:51 +01:00
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 Use identity checks for CoreState (#107846) 2024-01-12 10:21:26 +01:00
test_switch.py
test_template_entity.py
test_trigger.py Migrate template tests to use freezegun (#105341) 2023-12-09 09:47:28 +01:00
test_vacuum.py
test_weather.py