Fix Z-Wave value updated trigger callback (#181691)

This commit is contained in:
Martin Hjelmare
2026-09-08 21:09:23 -04:00
committed by GitHub
parent ec4406798b
commit ec46750465
@@ -170,6 +170,7 @@ async def async_attach_trigger(
unsub()
unsubs.clear()
@callback
def _create_zwave_listeners() -> None:
"""Create Z-Wave JS listeners."""
async_remove()