Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few experiements for anitiflicker. #166

Closed
wants to merge 1 commit into from

Conversation

rainwoodman
Copy link
Contributor

#164

Seems like only the change enabling the callbacks -> ha state update fixed the flickering of entity states on the UI.

However we are amplifying writes to the HA db with the callback triggering state updates for all of the entites using the coordinator/device. We will most likely be required to fix this if we are to be included in ha core (people seem to care about minimizing the size of the db).

dahlb#164

Seems like only the change enabling the callbacks -> ha state update
fixed the flickering of entity states on the UI.

However we are amplifying writes to the HA db with the callback
triggering state updates for all of the entites using the
coordinator/device. We will most likely be required to fix this if we
are to be included in ha core (people seem to care about minimizing the
size of the db).
@rainwoodman
Copy link
Contributor Author

This is no longer applicable as the true culprit for flickering was identified to be a different cause. The added callbacks simply masked the problem without fixing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant