2026.6: Pick a card, any card

and for the sake of simplicity in themes, that defaults to var(--ha-color-neutral-95)

3 Likes

Anybody got the Precipitation forecast tile working in 2026-6? Try to find it, but it doesn't show up when trying to add to my dashboard. I only see/get the default Weather Forecast tile.

The YAML linting is a nice enhancement, but the change seems to have affected the searching in the editor. The found search item does not appear in the view if it's off-screen - you need to scroll to find the highlighted item.

1 Like

See my answer about the Reolink battery camera support here: Support for Reolink Battery Devices as of 2026.6 - #2 by starkillerOG

The ESPHome integration very much deserves its own direct link, next to Zigbee and Tags, etc. in the settings page.

7 Likes

There a update for it.

Just go into hac's and redownload

How do you use the new automation Notes features in YAML automations.
Commenting YAML automations has always been a pet peeve for me since when you switch back to the graphical UI, comments get lost. It would be nice to have a consistent way to add line-by-line notes

  1. The primary ā€œaudienceā€ is Mobile Users, it’s clearly reflected in most ā€œSettingsā€ subpage
  2. The Devs have clearly missed the lessons from the early ages of responsive design and it’s purpose ā€œadapting to view-portsā€

Use the note option.

  - alias: Front door opened
    note: Your note goes here.
    trigger: state
    entity_id:
      - binary_sensor.front_door
    from:
      - "off"
    to:
      - "on"

The note's contents appear in popup when you hover over the dialog icon (in Visual mode).

4 Likes

That's clear...
I use this var on a custom theme, and that's fit well with my wild screen, even on mobile...

ha-automation-editor-width: 2460px
6 Likes

Anyone else having issues with this version on the app / safari on ios 15.8.8?

Explain Issues?

it doesn't get past a view with homeassistant and open home foundation logos. it appears after authentication and nothing else can be done after it. i've restarted the phone, installed the app, cleared caches and so on. before the update to 2026.6.0 everything was working as usual.

Greetings,

Anyone not gettting the new update? Even after restarting my Home Assistant is not saying there's a new update :pensive_face:. Never happened before.

Regards

I actually first got mine today, if i remember right , it could be a ā€œregionalā€ cause, meaning it’s not distributed to all millions people at once , for obvious reasons, Github wouldn’t ā€œapproveā€ this do to the potential load, which also would cause " Issues ā€œ in our end

Man the one thing I want more than anything right now is a way in the UI to reset or change the reset period of utility meters. My power company reads meters irregularly so I cannot rely on a regular offset in HA. Having a button would be amazing.

Thank you so much for the quick reply. I was finding it strange because I've always received the update on the first day. Take care

1 Like

One time i nearly got worried, first saw it 3rd or fourth day :joy:

A note for anyone else out there running the snap version of zwave-js-ui; the latest version of that snap doesn't support the server version that HA 2026.6.0 requires, so when you upgrade, all your Z-Wave devices will break.

Hopefully we'll get an upgraded snap soon, but in the meantime, upgrade with caution!

I love the new way to add Cards to a dashboard. The tree view for selecting the right entity is a game changer.

Please add this way to select a entity on each place where a entity is need to be selected (for example just add a button for open the entity browser next to the dropdown menue)