hass-core/tests/components/group
G Johansson 93aade6e8e
Change lock state to an enum (#126379)
* Add new LockState enum for lock states

* Add rest

* Fix insteon tests

* Fix mqtt tests

* Fix tesla_fleet

* Revert back ST_STATE_LOCKED

* Add back constant
2024-09-24 12:30:50 +02:00
..
fixtures Add sensor to group (#83186) 2023-01-24 20:12:27 +01:00
__init__.py
common.py Add missing hass type hint in component tests (g) (#124203) 2024-08-19 00:29:26 -07:00
conftest.py Add empty line after module docstring (2) [tests.components] (#112737) 2024-03-08 19:16:21 +01:00
test_binary_sensor.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_button.py Add button group support (#121715) 2024-07-11 09:37:32 +02:00
test_config_flow.py Add support for grouping notify entities (#122123) 2024-07-21 20:57:49 +02:00
test_cover.py Add alias to DOMAIN import in tests [e-g] (#125575) 2024-09-09 15:18:28 +02:00
test_event.py Fix root-import pylint warning in components (#119294) 2024-06-10 15:14:49 +02:00
test_fan.py Add alias to DOMAIN import in tests [e-g] (#125575) 2024-09-09 15:18:28 +02:00
test_init.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_light.py Use new setup_test_component_platform helper instead of test fixture for light platform (#114200) 2024-03-26 00:17:16 +01:00
test_lock.py Change lock state to an enum (#126379) 2024-09-24 12:30:50 +02:00
test_media_player.py Fix group media player play_media not passing kwargs (#122258) 2024-07-22 14:30:23 +02:00
test_notify.py Support action YAML syntax in old-style notify groups (#123457) 2024-08-09 17:18:42 +02:00
test_recorder.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_reproduce_state.py Add empty line after module docstring [tests f-k] (#112709) 2024-03-08 14:50:04 +01:00
test_sensor.py Calculate attributes when entity information available in Group sensor (#119021) 2024-06-11 09:26:44 +02:00
test_switch.py Move enable_custom_integrations fixture to decorator (#118844) 2024-06-05 09:20:08 +02:00