Home Assistant 2026.5 Release: What It Means for You
Home Assistant 2026.5 lands with a maintenance dashboard, duration triggers, and native RF device support. Here's what actually changes for everyday users.
The Home Assistant 2026.5 release dropped on 6 May 2026, and it is one of the more consumer-friendly updates in recent memory. If you have been running Home Assistant on a Raspberry Pi or a Green box and mostly ignore the developer-flavoured release notes, this guide pulls out the changes that genuinely matter for the way you use the system day to day — plus the breaking changes that might bite if you upgrade without checking.
The four changes that will affect everyday users
Skip the developer internals — here is what actually changes day to day
Home Assistant releases tend to bundle dozens of small improvements with a handful of headline features. The release notes for 2026.5 are no different. For non-developer users, four changes stand out.
1. The new maintenance dashboard
Home Assistant now ships with a dedicated maintenance dashboard that auto-discovers every battery-powered device in your home and groups them by room. Low batteries are highlighted at the top. For anyone managing a couple of dozen Zigbee or Matter sensors, this replaces a fiddly custom template helper or a third-party card that you had to install and maintain yourself.
If you have ever had a motion sensor silently die in the middle of the night because you missed a low-battery notification two weeks earlier, this is the feature for you. It is enabled by default after the update — look for the new "Maintenance" entry in your sidebar.
2. Duration triggers and conditions
This one is a quiet revolution for anyone who writes automations. You can now express time-based logic naturally without templates or YAML workarounds. Triggers like "when no motion has been detected for 15 minutes" or conditions like "if the front door has been open for more than 2 minutes" are now first-class building blocks in the visual automation editor.
If you have been on Home Assistant for a while, you will remember stitching this together with last_changed templates and waiting-for-trigger blocks. That whole pattern goes away. New users get a much smoother on-ramp, and existing automations can be simplified during their next refactor.
3. Native RF device support
Home Assistant 2026.5 adds proper native support for radio frequency (RF) controlled devices — motorised blinds, garage doors, ceiling fans, and the wireless mains-plug remotes you find at the back of an electrics drawer. You still need a bridge device (a Broadlink RM4 Pro, or an ESPHome board with a sub-GHz transmitter for about £10), but the integration is now built in rather than a community add-on.
Two new integrations ship alongside this: Honeywell String Lights and Novy Cooker Hood. The bigger win is for the older equipment that has been gathering dust because it was "not smart enough" — bringing it into Home Assistant means it can finally join your automations.
4. Vacuum and lawn mower "clean by area"
Robot vacuum users get a redesigned info dialog with state-driven animations and, more usefully, a "clean by area" feature that maps Home Assistant rooms to the segmented zones your vacuum already understands. You can finally write an automation that says "clean the kitchen and hallway when everyone leaves the house" without poking at the vacuum app's own scripting layer. The same machinery now extends to lawn mowers, which is a nice touch for the small but growing set of robot mower owners.
Smaller wins worth knowing about
Breaking changes to read before you click update
Home Assistant has been moving towards fewer surprise breakages, and 2026.5 is mostly clean. But a few of the changes will bite specific setups, so it is worth scanning this list before you press the button.
The plain-English upgrade checklist
Take a snapshot first
Settings → System → Backups → Create backup. Even on a clean release, do not skip this. If anything misbehaves, you are one restore away from your old setup.
Scan the breaking changes list above
Search your automations for is_home / not_home, ring doorbell ding events, and any pilight references. Note the ones that need a manual touch.
Update from the UI
Settings → System → Updates → Update. On a Raspberry Pi 4 with Home Assistant OS, the update typically takes 5 to 10 minutes and the UI reconnects automatically.
Check the repair issues panel
After the reboot, head to Settings → Repairs. Home Assistant flags anything it detected during the upgrade — deprecation warnings, removed integrations, configuration that needs attention.
Spot-check your headline automations
Run the three or four automations you use every day (lights at sunset, presence-based heating, the morning routine). If they fire as expected, you are done. If not, the most likely culprit is one of the breaking changes from step 2.
Where this release fits in the bigger picture
The 2026.5 release continues a clear pattern in the Home Assistant project: pull more functionality out of community add-ons and into the core product, and round off the rough edges that put off non-developer users. Maintenance dashboards, duration triggers and built-in RF support are exactly the kind of things that used to require a HACS install, a custom card, and an evening of YAML tinkering.
Combined with the steady drumbeat of Matter improvements through the year, Home Assistant is quietly becoming the platform you can recommend to a less-technical friend without a long list of caveats. If you have not looked at it for a while, the gap between Home Assistant and the major commercial hubs has narrowed considerably in the last 12 months.
Frequently asked questions
How big is the 2026.5 update on a Raspberry Pi?
Do I need new hardware to use the RF integration?
Will my existing automations still work after the upgrade?
Should I upgrade if I run pilight?
Is the maintenance dashboard switched on by default?
New to Home Assistant?
If the release notes are over your head, start with our beginner guide before upgrading anything.