You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Fixed
Changing a switch, select, or number entity (e.g. a fridge's flex-zone/cooler-drawer mode) could take up to 30 seconds to show the correct value in Home Assistant, and would often look like it instantly reverted to the old value right after being changed — even though the command reached the appliance and took effect immediately. The coordinator was discarding its own write confirmation instead of keeping it, so the display now updates immediately and stays correct. (#27)