Provide default values for common keys in deCONZ websocket fixture (#121359)

This commit is contained in:
Robert Svensson 2024-07-06 10:52:50 +02:00 committed by GitHub
parent 1ec95f900d
commit cce77affc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 8 additions and 143 deletions

View file

@ -66,8 +66,6 @@ async def test_power_plugs(
assert hass.states.get("switch.unsupported_switch") is None
event_changed_light = {
"t": "event",
"e": "changed",
"r": "lights",
"id": "1",
"state": {"on": False},