Home Assistant 2026.6: Everything New (Complete Breakdown)

Home Assistant 2026.6: Everything New (Complete Breakdown)

Published

Home Assistant 2026.6 dropped on June 3, and it’s the biggest dashboard overhaul in years. The codename says it all: “Pick a card, any card.”

If you’ve ever spent 20 minutes staring at a wall of card types trying to figure out which one works for your temperature sensor, this update fixes that problem entirely.

The New Card Picker: Why It Matters

Here’s what changed. The old dashboard editor asked you a question that most people couldn’t answer: “Which card type do you want?” Entities card? Glance card? Tile card? Sensor card? Unless you’d memorized all 30+ card types and their use cases, you were guessing.

The 2026.6 card picker flips that logic completely. Now it asks: “What thing do you want to show?” You pick your entity (your living room temperature sensor, your front door lock, your garage light) and Home Assistant suggests the best cards for that entity. With live previews. Using your actual data.

XDA’s review nailed it: this “cuts setup time from 20 minutes to seconds.”

I compared this with a fresh dashboard build. My old approach was to open the card picker, scroll through types, pick one that seemed right, configure it, realize it looked wrong, delete it, try another type. Now? I click “add card,” search for “living room thermostat,” and instantly see 4-5 card options with my actual temperature data rendered in each preview. Pick one. Done.

The shift from card-type-focused to entity-focused editing sounds small on paper. In practice, it removes the biggest friction point for new users and saves experienced users real time on every dashboard edit.

If you’re still building dashboards the old way, check out our complete beginner guide for updated dashboard instructions.

Conditional Sections and Cards

This is the feature power users have been requesting for years. You can now set conditions on entire dashboard sections and individual cards. Content appears or disappears based on state, time, user, or any condition you define.

Some practical examples:

  • Show your “Good Morning” section only between 6 AM and 10 AM
  • Display the garage door card only when it’s open
  • Show guest controls only when your guest mode input boolean is on
  • Hide your office section on weekends

Previously, you needed custom cards from HACS or complex template sensors to pull this off. Now it’s built-in, configurable through the UI, no YAML required.

This pairs perfectly with the collapsible sections feature (also new in 2026.6). You can have conditional sections that, when visible, can be collapsed by the user. Your dashboard stays clean without sacrificing access to controls you need occasionally.

Weather Forecasts in Tile Cards

Tile cards now support temperature and precipitation forecasts. You can display hourly or daily forecasts directly in the tile, which means your weather entity finally looks good without needing a dedicated weather card taking up half your dashboard.

The implementation is clean. Your existing weather tile shows current conditions. Tap it, and you get the forecast breakdown. Or configure it to always show the next few hours of precipitation data inline.

For anyone running weather-based automations (and you should be, they’re incredibly useful for smart thermostat control), seeing forecast data on your dashboard helps you understand why your system is making certain decisions.

Background Images in the UI

You can now set background images for your dashboard directly through the visual editor. No more digging into YAML themes or custom CSS. Click the dashboard settings, pick an image, done.

It’s a cosmetic feature, sure. But it makes dashboards feel more personal and helps differentiate between multiple dashboards at a glance. I’ve set my “Security” dashboard to a dark background and my “Entertainment” dashboard to something lighter. Small touch, big difference in daily use.

Filters That Remember

Dashboard filters now persist across page changes. If you filter your devices view to show only “unavailable” entities, navigate to another page, and come back, your filter stays active.

This sounds minor until you’re troubleshooting. Before 2026.6, every page change reset your filters. If you were tracking down connectivity issues across multiple views, you’d re-apply the same filter dozens of times. Fixed.

Feature Comparison Table

FeatureWhat It DoesWho BenefitsBreaking Change?
New Card PickerEntity-focused card selection with live previewsEveryone, especially beginnersNo
Conditional SectionsShow/hide dashboard sections based on conditionsIntermediate to advanced usersNo
Conditional CardsShow/hide individual cards based on stateAll users building custom dashboardsNo
Background Images (UI)Set dashboard backgrounds without YAMLEveryone wanting visual customizationNo
Tile Card ForecastsWeather forecasts displayed in tile cardsUsers with weather integrationsNo
Collapsible SectionsSections can be collapsed/expanded by usersUsers with busy dashboardsNo
Persistent FiltersFilters stay active across page navigationPower users and troubleshootersNo
Bug FixesVarious stability and performance improvementsEveryoneCheck release notes for specifics

Should You Update?

Yes. This is a safe update for almost everyone.

There are no major breaking changes in 2026.6. The dashboard improvements are additive (your existing dashboards work exactly as before). The new card picker is the default for new cards, but editing existing cards still works the old way.

If you’re running custom HACS frontend cards, test on a non-production instance first. Some custom cards that override the card picker behavior may conflict with the new picker. The Home Assistant team documented specific compatibility notes in the full release changelog.

For anyone still on 2026.4 or earlier: update. The stability improvements alone are worth it, and you’re missing out on two months of integration updates. Speaking of integrations, we maintain a list of the best Home Assistant integrations that’s updated regularly.

How to Update Safely

  1. Create a full backup. Go to Settings > System > Backups. Create one. Wait for it to complete. Don’t skip this.
  2. Check your add-ons. Some add-ons need updates before the core update. Check the Supervisor panel for pending add-on updates.
  3. Read the breaking changes list. Even though 2026.6 is clean, always check. It takes 30 seconds and can save you hours.
  4. Update. Settings > System > Updates. Click update. Wait.
  5. Verify your automations. After updating, trigger a few critical automations manually. Make sure your alarm system, door locks, and notification automations still fire correctly.

The whole process takes 5-10 minutes on most hardware. If you’re running Home Assistant on older hardware, check our hub comparison guide for upgrade recommendations.

What This Means for the Ecosystem

Home Assistant keeps pushing toward accessibility without dumbing things down. The new card picker makes dashboards approachable for family members who want to customize their view. Conditional sections give power users more control than ever.

This release also signals where HA is heading: a fully visual editor that matches or exceeds what you can do in YAML. We’re not there yet (complex template cards still need code), but the gap shrinks with every release.

For anyone evaluating which smart home ecosystem to invest in, Home Assistant’s pace of improvement is hard to match. Monthly releases, community-driven features, and no subscription fees.

The Matter integration continues improving too. With Matter 1.6 just released, expect future HA updates to leverage new device types and commissioning methods.

Frequently Asked Questions

Will updating to 2026.6 break my existing dashboards?

No. Your current dashboards remain exactly as they are. The new card picker only activates when you add new cards. Existing cards, layouts, and configurations are untouched. You can continue editing old cards using the previous interface.

Do I need to rebuild my dashboards to use the new features?

You don’t need to rebuild anything. Conditional sections and collapsible sections work on existing sections (just edit them and enable the new options). The new card picker applies to newly added cards. You can gradually adopt new features without starting over.

How does the entity-focused card picker work with custom HACS cards?

Custom cards appear in the picker if they register themselves correctly. Most well-maintained HACS cards already work with the new picker. Some older, unmaintained custom cards may not show previews. They still function normally, you just won’t see live previews during selection.

Is this update safe for production instances?

Yes, with the standard caveat: always back up first. The 2026.6 release has no major breaking changes. It’s been through the beta cycle without significant issues reported. If you depend on Home Assistant for security systems or critical automations, update during a time you can monitor the system for 30 minutes afterward.

What hardware does Home Assistant 2026.6 require?

The same as before. No new hardware requirements. If your system ran 2026.5, it runs 2026.6. Performance improvements in this release may actually make it feel faster on lower-end hardware like Raspberry Pi 4 units. For recommended hardware, see our smart home hub guide.