Skip to content

v0.10.1

Choose a tag to compare

@mbillow mbillow released this 23 Jul 03:32
· 585 commits to main since this release
4d21f3b

🐛 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)