v4.0.3 — Quiet correctness fixes + HomeKit pairing #297
Closed
hiall-fyi
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In short: A small stable patch. Nothing to set up, no new features. If your installation has been running fine, these are quiet fixes you probably won't notice. The two worth knowing about are for HomeKit: pairing the bridge is more reliable, and turning HomeKit off no longer leaves you stuck unable to turn it back on. Just update and carry on. The rest is the detail if you want it.
All of these surfaced from internal audits of the code that changed across the v4.0 line, plus a pass over the HomeKit pairing lifecycle.
Bug fixes
tado_ce.resume_scheduleno longer wastes an API call on zones already on schedule — resuming a zone that had no active overlay still fired a cloud call to clear an overlay that wasn't there. That skip existed once and was dropped in an earlier rewrite without anything noticing; it is now back, so resuming an already-on-schedule zone costs nothing.Documentation
set_open_window_mode(which writes a frost overlay) withdeactivate_open_windowto clear it, butdeactivate_open_windowonly cancels an open window Tado detected itself, so it had nothing to act on and the zone stayed in frost protection. The example now usesresume_schedule, and the three open-window services' descriptions spell out which clears which.Under the hood
How to Update
From v4.0.2 or any v4.1.0 beta: HACS → Tado CE → ⋮ → Redownload → tick "Need a different version?" → select v4.0.3 → Restart HA. No config changes needed.
Fresh install: See Quick Start in the README.
Thanks to everyone who supported the project through Buy Me a Coffee — it genuinely helps.
Full changelog: v4.0.2...v4.0.3
This discussion was created from the release Quiet correctness fixes + HomeKit pairing.
Beta Was this translation helpful? Give feedback.
All reactions