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