1
0
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:
Robert Svensson
2020-02-02 19:07:20 +01:00
committed by GitHub
parent f21a058f31
commit 883b8f21ce
14 changed files with 27 additions and 27 deletions

View File

@@ -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")