2026.5.17 #476
Hankanman
announced in
Announcements
2026.5.17
#476
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.
-
Saner repair defaults + the off-switch you asked for
Sorry this took longer to get out due to IRL commitments. The repair-noise feedback that landed during the 2026.5.2 cycle (#463, #465, #466, #468) is addressed at the source in this release. The same complaint — "I wake up to 40+ repair cards every morning that come back the moment I dismiss them" — is now solved three different ways, layered so most users won't need to touch a setting:
Thanks to everyone who filed detailed reports against 2026.5.2 — particularly the bedroom-mmWave and TV-off-overnight cases, which directly shaped the defaults below.
What's fixed
1. Motion stuck-active threshold raised from 2h → 8h, with purpose-aware multipliers
The old 2h motion threshold was the wrong floor for bedrooms, offices with stationary users, and any mmWave / presence sensor that legitimately stays on for hours. The new defaults:
SLEEPING(bedrooms)RELAXING(media rooms)WORKING(offices)So a bedroom mmWave sensor configured under a
SLEEPINGarea now needs 48 continuous hours of "active" to flag — well past any normal sleep period. Make sure your bedroom area's purpose is set toSleepingto unlock the longer threshold.2.
media_player.*exempt from the "unavailable" checkA TV or speaker going
unavailablewhen powered off is normal operation, not a sensor fault. The unavailable check now skips entities whose id starts withmedia_player.— no more spurious repair card every morning because the TV was off overnight.3. User-ignored repair issues actually stay ignored
Previously, when a repair issue's condition cleared (TV briefly back on, sensor un-stuck for a moment), the integration deleted the HA issue — and that delete also wiped HA's
dismissed_versionflag. The next time the same condition recurred, a fresh issue appeared and your prior Ignore was silently forgotten. Symptom: dismissing the repair only "worked" until the next HA restart, after which it came right back.The integration now reads HA's
dismissed_versionbefore deleting. If the issue was ignored, it's left in place when the condition clears, so HA's own suppression survives flap cycles — even across HA restarts.4. Integration-level toggle to disable repair monitoring entirely
For users who would rather not see any of these cards: Settings → Devices & services → Area Occupancy Detection → Configure → Global Settings → "Enable sensor health monitoring" (default on). When off, both sensor-scope and pipeline-scope health checks short-circuit and any existing repair cards are cleared from HA's Repairs UI on the next analysis cycle.
What's Changed
Full Changelog: 2026.5.2...2026.5.17
This discussion was created from the release 2026.5.17.
Beta Was this translation helpful? Give feedback.
All reactions