mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Cleanup zha listener lifecycle (#20789)
This commit is contained in:
committed by
Martin Hjelmare
parent
03ab152c82
commit
d4c34c6b02
@@ -24,7 +24,6 @@ async def test_switch(hass, config_entry, zha_gateway):
|
||||
# load up switch domain
|
||||
await hass.config_entries.async_forward_entry_setup(
|
||||
config_entry, DOMAIN)
|
||||
await zha_gateway.accept_zigbee_messages({})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
cluster = zigpy_device.endpoints.get(1).on_off
|
||||
|
||||
Reference in New Issue
Block a user