core/tests/components/group
epenet 200f29563a
Enforce MediaPlayerState in group (#78465)
* Enforce MediaPlayerState in group

* Adjust

* Use self._attr_state

* Add warning

* Add group name to logger warning

* Remove logger warning

* Remove duplicate code

* Add type hints to tests

* Improve coverage

* Improve coverage

* suppress ValueError
2022-11-30 10:13:14 +01:00
..
fixtures
__init__.py
common.py
conftest.py
test_binary_sensor.py
test_config_flow.py Search/replace RESULT_TYPE_* by FlowResultType enum (#74656) 2022-07-07 21:28:18 +02:00
test_cover.py Add support for unavailable to cover groups (#74053) 2022-06-28 11:12:14 +02:00
test_fan.py Cleanup EntityFeature in tests (#78859) 2022-09-21 10:48:55 +02:00
test_init.py Apply hass-relative-import to tests (d-h) (#78730) 2022-09-19 09:31:57 +02:00
test_light.py Correct min/max mireds for lights which use K for color temp (#79998) 2022-10-10 16:45:38 +03:00
test_lock.py Modify behavior of lock groups (#74055) 2022-06-28 10:29:56 +02:00
test_media_player.py Enforce MediaPlayerState in group (#78465) 2022-11-30 10:13:14 +01:00
test_notify.py
test_recorder.py Ensure recorder test fixture is setup before hass fixture (#80528) 2022-10-19 07:58:47 +02:00
test_reproduce_state.py
test_switch.py