Home » Blog » Home Assistant 2026.6 Beta: Dashboard Redesign, Smarter Automations, and IR Remotes That Finally Listen

Home Assistant 2026.6 Beta: Dashboard Redesign, Smarter Automations, and IR Remotes That Finally Listen

The way you build a Home Assistant dashboard has always had one frustrating design flaw: when you add a card, the first thing you see is a wall of internal technical names โ€” Tile, Entities, Glance, Gauge, Markdown. Not exactly helpful if you just want to show a light switch. In 2026.6 beta, the team finally fixed this. And once you see the new flow, you’ll wonder why it ever worked the other way.


โญโญโญ NOTE: โญโญโญ

This article belongs to a YouTube video. I wrote it before recording the video. You can help me continue doing this by checking out the video, commenting on it, giving it a thumbs up, andย subscribing to my YouTube channel. This will ensure that the video is offered more frequently to new visitors, allowing them to stay informed about the latest Home Assistant tutorials and smart home-related product reviews.

I appreciate your support!

Ed

Click here to watch the video

โš ๏ธ Beta notice: Everything in this article covers the Home Assistant 2026.6 beta release. Details may still change before the stable version ships. Always check the official release notes โ€” and the backward incompatible changes section โ€” before updating your production system.

What’s in Home Assistant 2026.6 Beta?

2026.6 is a release that rewards the people who live in the UI. The highlights are a long-overdue dashboard redesign, a set of quality-of-life upgrades to the automation editor, and a big moment for IR remote enthusiasts โ€” two releases in the making.

New Add Card Dialogue: Browse by Entity

The biggest UX change in this release is the new Add Card dialogue. Previously, you only had one way to add a card: pick a card type from a list of internal names. Now there’s a second option โ€” browse by entity.

Select your area, pick your entity, and Home Assistant shows you pre-configured card variants ready to drop in. I tested it with a light entity, a weather entity, and a media player โ€” and in each case, the suggested cards already had sensible presets. It’s a small change in terms of code, but it completely changes how onboarding feels for new users and how quickly experienced users can build dashboards.

Weather & Media Player Tile Card Upgrades

The tile card keeps earning its place as the most versatile building block in Home Assistant. In 2026.6, two notable features arrive:

โ€ข Weather tile card: Temperature and precipitation forecast features are now available as tile card features. These can be displayed inline (next to the title) or at the bottom of the card.

โ€ข Media player tile card: Mute, shuffle, and repeat controls are now available. You can add and reorder them individually in the features editor.

Worth noting: I spotted what may be a bug in the beta โ€” when enabling both temperature and precipitation forecasts in inline mode, only one was visible at a time. This could be by design or a beta-specific issue to keep an eye on.

A Smarter Automation Editor

The automation editor gets several quality-of-life upgrades in 2026.6:

Live condition status: Conditions now show a live status indicator โ€” a red dot if the condition isn’t currently met, green if it is. No more guessing whether your sun condition is working right now.

YAML indentation error highlighting: Edit a condition in YAML and paste in badly-indented code? Home Assistant now flags the error inline immediately.

Entity count in triggers: Add an area as a trigger target and you’ll now see how many entities are included. Click to see exactly which sensors HA will listen to.

Notes on triggers, conditions, and actions: You can now add a text note to any trigger, condition, or action โ€” great for complex automations where future-you needs context.

Improved trigger/condition documentation: The built-in documentation for triggers and conditions has been overhauled. You can now search for specific triggers and get inline reference material without leaving the editor.

๐Ÿ’ก Some features are still behind Labs: To see the full set of new quick-link features, go to Settings โ†’ System โ†’ Labs and enable ‘Purpose Specific Triggers and Conditions.’

Quick Automation Creation from Entity and Device Pages

From any entity or device page, there’s now an ‘Add to’ button. Click it and you can immediately create a new automation with that entity pre-filled as a trigger, condition, or action. A small workflow improvement that adds up fast when you’re building multiple automations.

Advanced Mode Is Gone โ€” Sort Of

Advanced Mode has been removed from account settings. But don’t panic โ€” it hasn’t disappeared entirely. Instead, advanced options now appear contextually as ‘More Options’ buttons in the places where they’re actually relevant. This is the right call: most users had no idea what Advanced Mode actually did.

IR Remotes Can Now Receive Signals

This one has been in the pipeline for two releases. Home Assistant has supported sending infrared signals for a while, but as of 2026.6 beta, IR remotes can now also receive signals. That means you can use a physical remote control as an automation trigger. A long-awaited feature for anyone with IR-based smart home devices.

Z-Wave Smart Lock Credential Management

Z-Wave smart lock users get something Matter lock owners have had for a while: credential management. You can now add users directly to your Z-Wave smart locks from within Home Assistant. Very useful for multi-user households and rental properties.

Other Improvements

Apps page redesign: Add-ons are now officially called ‘Apps’ in the UI. The apps page has a refreshed layout with clearer status indicators.

Energy dashboard display names: You can now set a custom display name for energy sources. Useful if your entity names are long auto-generated strings.

Reolink battery cameras: These no longer wake up when Home Assistant checks their privacy mode status โ€” preserving battery life.

YouTube integration: YouTube channels now expose a video count sensor.

โš ๏ธ Backward Incompatible Changes: Template Syntax Removed

This is the most important section to read before upgrading. The legacy template platform syntax was deprecated back in 2025.12. In 2026.6, it is gone.

If you’re still using the old legacy template entity syntax, your system will break after updating. Before upgrading, go to the Backward Incompatible Changes section in the official 2026.6 release notes and check whether this affects your configuration. Update your template entity code first.

Conclusion

Home Assistant 2026.6 is a release that makes the UI feel more intuitive without adding complexity. The new Add Card dialogue is the right design direction โ€” starting from ‘what do I want to control’ is always better than starting from ‘what card type do I need?’ The automation editor improvements are genuinely useful for anyone who builds complex automations, and the IR remote receive support has been a long time coming.

One honest note: if you run a production Home Assistant instance, hold off until the stable release drops. This is a beta โ€” things can still change. But if you like staying ahead of the curve, 2026.6 is a solid one to explore.

Please follow and like us:


Back to all articles