Provide default values for common keys in deCONZ websocket fixture (#121359)
This commit is contained in:
parent
1ec95f900d
commit
cce77affc7
15 changed files with 8 additions and 143 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue