It shouldn’t, as the bridge always stores the last action (–> the ‘release’ event).
It could happen that ‘the photo’ of 1 update gets in the middle of an action (in that case the ‘click’ is processed), but in the next update it would get the release. So the release is not lost, only will have a lot of delay! (a full update interval).
Aah, don’t we all hate to have to resort to polling devices
Yes, we do
In my case, I moved part of my zigbee gear to one conbee stick (connected to the RPI4 running HA).
In particular, I moved the motion sensors and 3 of 6 remotes, and also a pair of rooms with lights that I never control with the Hue app (to maintain a second zigbee mesh to support those sensors), and I’m very happy with the results.
I didn’t move everything, as the alternative is not without setbacks:
- The Hue mobile app is really good for manual setting of lights and ambiances, much better than current lovelace UI,
- The Philips Ambilight + Hue integration for the TV, can’t miss that
- Some little things, like Hue labs ‘candles’ simulations and alike.
- Moving a remote to the conbee means reprogramming it completely, and in most cases also will introduce a HA dependency for it: no more independent subsystems (remotes working with HA down)
But as it looks like Philips is never going to give us a pushing API, if instant response is in need, that is the way to do it.