Synchronization with binary sensors #41
-
|
Hi all! CSS: Is there any way to improve synchronization with binary sensors? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
|
Hi @Giovanni-Trivigno Might be due to the floorplan code using debouncing. In theory, it means that if floorplan receives many HA updates in a short amount of time, it may skip some of the updates to prevent the browser locking up. In practice, it may not be needed. We can release a new version without debouncing, and see if that results in all HA updates being processed. Will let you know soon. |
Beta Was this translation helpful? Give feedback.
Hi @Giovanni-Trivigno
Might be due to the floorplan code using debouncing.
In theory, it means that if floorplan receives many HA updates in a short amount of time, it may skip some of the updates to prevent the browser locking up.
In practice, it may not be needed.
We can release a new version without debouncing, and see if that results in all HA updates being processed. Will let you know soon.