Home Assistant 2026.6 Beta: 4 Changes That Matter
Home Assistant 2026.6 beta adds Matter-over-Bluetooth, smart-lock PIN management, and a visual dashboard builder. Here's what's worth caring about.

Home Assistant 2026.6 hit public beta on 27 May 2026 with the first release candidate (2026.6.0b0). As ever with the monthly cadence, it bundles dozens of small improvements alongside a handful of changes that quietly make daily smart-home life better. This piece picks the four most user-facing additions - what they do, why they matter in your house, and whether you should jump on the beta or wait for the stable cut next month.
Which Home Assistant 2026.6 changes will affect your week?
Home Assistant releases tend to bundle dozens of small improvements, and 2026.6 is no exception. Across roughly forty notable changes in the release notes, four stand out as ones non-technical users will actually feel in their day-to-day setup. The rest sit quietly in the background and improve with each upgrade.
1. Matter over Bluetooth - finally
You can now commission Matter devices through a Bluetooth proxy. If you've previously deployed a cheap ESP32-based BLE proxy for room-presence detection or BLE thermometers, that same proxy can now act as a relay for adding new Matter devices to your network.
Why it matters in your house: Matter pairing has historically required Bluetooth-range proximity between the device and the controller doing the commissioning - usually your phone or the Home Assistant box itself. If you're adding a Matter bulb in the loft, the garden shed, or a far bedroom where your phone's BLE doesn't quite reach, you'd have to physically carry the device next to the hub, pair it, then walk it back. The Bluetooth proxy approach reuses the £15 ESP32 boards you may already have scattered around the house as commissioning relays. Devices pair from wherever your proxies live.
The practical implication: your existing BLE proxy network (if you've set one up for presence detection) now doubles as a Matter onboarding fabric. No new hardware to buy, no awkward device shuffling, and significantly less friction when adding the next Matter device to your home.
2. The new card picker shows live previews
When you add a card to your dashboard, the picker now shows you what each card looks like populated with your live entity data - instead of presenting a generic list of card-type names and forcing you to guess which one will work.
Why it matters in your house: building a dashboard has always been a slightly painful trial-and-error loop. Pick a card type from a name ("tile card", "button card", "area card"), configure it, save, look at it, decide it's wrong, delete, repeat. For anyone who touches their dashboard a couple of times a year, this loop is the difference between "I'll get round to it" and "actually done in an hour". Live previews collapse the loop - you see a card filled with your sensors, switches, or lights before you commit.
It's the kind of quality-of-life change that won't make a release-notes headline anywhere outside the Home Assistant blog, but it's the one most people will notice within a week.
3. Z-Wave smart locks get a built-in user-code manager
The Z-Wave integration gains a dedicated UI for adding, naming, and removing PIN codes on supported Z-Wave smart locks - directly from Home Assistant, without touching the vendor's app or the lock's keypad.
Why it matters in your house: the most persistent annoyance with smart locks (Schlage, Yale, Kwikset on Z-Wave) is that adding a temporary code for a cleaner, dog walker, Airbnb guest, or visiting family meant either logging into the vendor's cloud app - which usually requires a cloud account you'd rather avoid - or wrestling with the lock's clunky on-device keypad. This change brings credential management into the Home Assistant UI where it belongs. Name codes by purpose ("dog walker", "Mum", "Airbnb 14–21 June"), set expiry, revoke when done. The information you'd previously juggle across two apps now lives next to your other automations.
Caveat: this UI is Z-Wave-specific. Matter-over-Thread smart locks (the newer wave of products) and Zigbee locks have separate paths and aren't covered by this release.
4. Bluetooth scanning stops draining your phone battery
The default Bluetooth scanning mode for integrations that rely on it (Owntracks, Bermuda, private-BLE-presence trackers) has switched from "Active" to "Auto". The Home Assistant team is reporting battery savings of 95% or more on phones running these integrations.
Why it matters in your house: if you've ever set up room-level presence with a phone and a network of BLE proxies, you know the cost - your phone's battery taking a noticeable hit because Home Assistant was relentlessly scanning the airwaves. Auto mode adapts the scan rate based on whether anything is actually moving, which for most homes most of the time is "not very much". The flag is opt-out: you can switch back to Active under the Bluetooth integration settings if you have a specific integration that genuinely needs always-on scans. But the new default is the right one for the vast majority of setups, and it should have probably been the default all along.
Smaller wins worth knowing about
Weather tiles now show temperature and precipitation forecasts inline - no more drilling into a separate weather card to see if it's about to rain
Media player tiles get mute, shuffle/repeat, and source-filter controls directly on the tile
Energy dashboard adds battery state-of-charge display and custom names for grid, solar, and battery sources
Infrared receiving: the IR platform can now listen as well as transmit, so an old TV remote can become a Home Assistant input device
Step notes: every automation action gets a dedicated "why" field, separate from the alias - your future self will thank you for the explanation
Automation targets show entity counts inline (handy when a script points at "all lights" and you want to know what that actually means)
Fifteen new integrations land in this release, including AiDot, Cielo Home, LG TVs over serial, Marantz and Samsung infrared, PAJ GPS, and Yoto audio players
Breaking changes to read before you click update
Home Assistant has been moving steadily towards fewer surprise breakages, but this release does include a handful of changes that will catch out specific setups. Worth reading carefully against your own configuration before upgrading.
Bluetooth scanning default switched to "Auto" - most users will be fine, but if you have a specific integration that requires Active scanning, set it back manually under the Bluetooth integration
Purpose-Specific Triggers (the Labs feature): behaviour options renamed from `any` to `each` and from `last` to `all`. If you use these in YAML automations, update the references before upgrade
Legacy YAML syntax for template entities has been removed after a six-month deprecation window - if your configuration.yaml still uses the old `platform: template` block under `sensor:`, migrate to the new top-level `template:` block first
SmartThings media players: source attribute values are now normalised to Home Assistant's standard format. Automations matching on exact source strings may need updating
How to try the beta safely (if you're going to)
Snapshot first
Make a full backup via Settings → System → Backups. Verify it actually exists by checking the list, and ideally pull a copy off the device. Without a working backup, rolling back from a problematic beta means rebuilding by hand.
Switch to the beta channel
Go to Settings → System → Updates → Channels and switch from Stable to Beta. The 2026.6 beta release will become available within a few minutes once the channel switches.
Read the breaking changes against your config
Specifically the Bluetooth scanning default, the template-entity YAML syntax, and (if you use the Labs feature) the Purpose-Specific Triggers rename. A ten-minute scan now beats an evening of debugging later.
Update on a weekday morning, not a Friday evening
Most beta issues surface within twenty-four hours and the dev team is most responsive midweek. Avoid upgrading just before you're going to be away from home.
Know your rollback path
If something breaks, you can roll back from the same Updates page or restore the backup from step one. Either is a few clicks - but make sure you've practised the rollback path before you need it.
Where 2026.6 fits in the bigger picture
The pattern across the last few releases is clear: Home Assistant is gradually moving everyday smart-home tasks out of vendor apps and into the Home Assistant UI directly. Smart-lock credential management was a vendor-app job; now it's a built-in dialog. Matter commissioning used to require physical proximity to a phone or hub; now you can pair through a Bluetooth proxy you already own. The dashboard card picker is no longer a guessing game; it's a visual catalogue with live data.
None of these are revolutionary in isolation, but the trajectory matters. Each release shaves friction off the bits of smart-home life that used to require leaving the Home Assistant tab. That's a slow, deliberate game, and it's the one Home Assistant is winning against the cloud-platform incumbents.
It's also a useful reminder of why a local-first setup pays off over time. When smart-lock PIN management is a Home Assistant feature, you don't lose access to it when the vendor sunsets their cloud service in three years.
Frequently asked questions
Q01When does the stable release of 2026.6 land?
Q02Will 2026.6 break my existing automations?
Probably not, with two caveats. If you use the YAML template entity syntax that was deprecated six months ago, those entities will fail to load - migrate before upgrading. If you use the new Purpose-Specific Triggers feature in Labs, the renamed behaviour options (any becomes each, last becomes all) will need updating. Most other YAML config and visual automations carry over without changes.
Q03Does Matter-over-Bluetooth need a specific hardware proxy?
Q04Is the new card picker available without enabling any beta features?
Q05Where do I find the official release notes?
Home Assistant 2026.5 Release: What It Means for You
Getting Started with Home Assistant
Home Assistant on a Raspberry Pi: Complete Setup Guide