With 0.96 some of my Zigbee remotes were converted from binary_sensor
to zha_event
. In my automations I have various wait_template
that depend on these remote inputs and I’m trying to make them work again.
-
I can’t figure out how to have a
wait_template
with thezha_event
. Is this possible? -
The data along with the
zha_event
seems like it could be formatted a little differently.device_id
has a stable nwk address, but it does not contain the endpoint.unique_id
has the endpoint but the short nwk address could change at some point. -
I also don’t understand why these things were converted to
zha_event
so if anyone can explain that it would make me feel better, I guess.