mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
deCONZ - Library cleanup (#31410)
* Follow library changes * Bump dependency to v70 * Fix test
This commit is contained in:
@@ -131,7 +131,7 @@ async def test_lights_and_groups(hass):
|
||||
"id": "1",
|
||||
"state": {"on": False},
|
||||
}
|
||||
gateway.api.async_event_handler(state_changed_event)
|
||||
gateway.api.event_handler(state_changed_event)
|
||||
await hass.async_block_till_done()
|
||||
|
||||
rgb_light = hass.states.get("light.rgb_light")
|
||||
|
||||
Reference in New Issue
Block a user