Smart Home Assistant

Home Assistant 2026.8: Release Notes (5 August), Port 80 Update

SepehrBy Sepehr· 2 August 2026· Updated 9 September 2026· 7 min read
✓ Independent — no paid placements✓ UK-tested in real homes✓ Cited sources
Home Assistant 2026.8: Release Notes (5 August), Port 80 Update

Key takeaways

  • Home Assistant 2026.8 launched on 5 August 2026 and switches new installs from port :8123 to standard port 80.
  • If you don't confirm the port-80 switch within five minutes, Home Assistant automatically reverts back to port 8123.
  • Matter doorbells now appear as event entities, letting a button press trigger Home Assistant automations directly.
  • The release adds 16 new integrations, including Dyson Infrared, Google Health, Midea and LiteLLM, plus a redesigned Home Assistant Cloud settings page.
  • Shelly devices gain HTTPS-only Enhanced Security for Gen2-and-newer hardware, and Z-Wave JS gets a new device access control interface.
On this page[tap to expand]
"

Home Assistant 2026.8 is the monthly stable release that went live on 5 August 2026, themed "Approachable by design," and its headline change is that new installs no longer require typing the :8123 port to reach the web interface. Alongside that, Matter doorbells gain proper event support, dozens of "Advanced" labels have been quietly removed from the interface, the Home Assistant Cloud page has been rebuilt from scratch, and 16 new integrations have landed. Here's a breakdown of what's changing, and what to check before you install it.

"

Home Assistant not loading at homeassistant.local:80? New installs drop :8123 for port 80

If homeassistant.local:80 won't load in your browser, it's usually because your Home Assistant install has just switched to this new default: since Home Assistant's earliest releases, reaching the web interface has meant typing an address ending in :8123. In 2026.8, new installations run on port 80 by default instead, so the local address becomes something like homeassistant.local with no port number required. The setting now lives in Settings > System > Network, exposed directly in the UI rather than only in configuration.yaml.

This mainly affects fresh installs, but some existing installations may also be offered the switch. If that happens, Home Assistant asks you to confirm the change in the UI — and if you don't respond within five minutes, it automatically reverts back to port 8123. If your instance seems to disappear right after updating, don't panic: wait a few minutes, or try browsing to homeassistant.local on port 80 directly before assuming something's broken. Anyone running a reverse proxy, firewall rules, or port forwarding tied to 8123 should check those still line up once the update lands, particularly if you access your instance remotely — see our guide to segmenting smart home traffic on your network if you haven't isolated Home Assistant onto its own VLAN yet. If homeassistant.local won't load at all after updating — on either port — see our dedicated homeassistant.local not working troubleshooting guide for the mDNS and network fixes that cause this independently of the port change.

Can Matter doorbells trigger automations in Home Assistant 2026.8?

Matter doorbells now appear as event entities, so a button press can trigger a Home Assistant automation directly — a notification, a light turning on, or an announcement through a speaker. Previously, a doorbell could technically expose the same underlying Matter switch function as any other button, but Home Assistant didn't recognise the Doorbell device type specifically, so many Matter doorbells were excluded from event discovery even though the hardware supported it.

It's a narrow fix, but a useful one if you've paired a Matter-certified doorbell and found it showing up as a generic device with no way to react to a press. If you're shopping for a new doorbell rather than debugging an existing one, our best smart doorbells guide covers current UK options, and our Matter setup guide walks through pairing a Matter device into Home Assistant for the first time.

What happened to the "Advanced" label, and how do entity IDs work now?

Around 40 to 43 places across the interface previously labelled a setting or toggle as "Advanced" — that distinction has been removed, and "Developer Tools" has been renamed to simply "Tools". Everything is now presented as a normal setting rather than being tucked behind an extra flag, which is a usability change rather than a functional one: nothing that was previously hidden behind "Advanced" has changed in what it does, only in how it's labelled and surfaced.

Separately, a new Entity ID Format option under Settings > System gives you direct control over how new entity IDs are constructed going forward, rather than always following Home Assistant's default naming convention. This only affects entities created after you change the setting — existing entity IDs aren't renamed retroactively.

What's new in the redesigned Home Assistant Cloud page?

The Home Assistant Cloud settings page has been rebuilt from the ground up, replacing the old single settings screen with a clean overview and a dedicated space for each Cloud feature (remote access, voice assistants, backups). New subscribers get a guided setup walkthrough rather than a wall of toggles, and each feature now has its own settings page instead of everything living on one crowded screen.

Devices merged from multiple integrations are now kept separate per integration too — a change to how the device registry works under the hood. Previously, if two integrations reported the same physical device, Home Assistant could merge their entries and mix up properties like model numbers or serial IDs; in 2026.8 each integration keeps its own record, avoiding that conflict.

What are the 16 new integrations and template editor changes in 2026.8?

2026.8 ships 16 new integrations, including Dyson Infrared, Google Health, Midea appliances, and LiteLLM for conversation agents — alongside quality-scale upgrades across the board (2 integrations reaching platinum, 1 gold, 5 silver, 2 bronze). Reolink's integration picks up enhanced AI detection support, useful if you're running one of Reolink's cameras through Home Assistant rather than its own app.

The template editor has been redesigned with a resizable split view, making it easier to write and test Jinja2 templates side-by-side with their live output. Other smaller UX changes include better tap targeting on picture elements cards, weighted battery-level calculations on the energy dashboard, and a new "favourite" marker for cards to speed up dashboard building.

What Moon, vibration, Shelly and Z-Wave upgrades does 2026.8 add?

The Moon integration now supports automation triggers and conditions, so you can start an automation when the moon enters a new phase, or check the current phase as a condition before an action runs — useful for anyone running seasonal or tide-adjacent automations rather than a novelty on its own. A new vibration condition complements existing vibration triggers, letting automations check whether a sensor is currently detecting vibration before acting.

Shelly's integration also gains Enhanced Security, adding support for the HTTPS-only mode introduced in Shelly's firmware 2.0 for Gen2-and-newer devices, so those devices no longer need to fall back to unencrypted local HTTP. Home Assistant also adds support for Shelly circuit breakers in this release, with on/off control alongside output-state and safety-switch sensors. Z-Wave JS gets a new access control interface for managing device credentials directly from the Home Assistant UI, rather than needing a separate tool.

Should you update?

For most installations, yes — but check your network setup first if you rely on port 8123 being fixed. One other change worth knowing about before you update: 2026.8 also stops merging devices that are exposed through more than one integration into a single device entry. For most setups this is invisible, but if you use ESPHome, Shelly, Sonos, UniFi or similar devices alongside a network integration like TP-Link Omada, some automations that reference a device directly can silently stop firing after the split. See our guide to fixing broken automations after the 2026.8 device split if anything stops working post-update. The port 80 change is the one genuinely capable of catching people out, particularly anyone with firewall rules, port forwarding, or a reverse proxy configuration tied to the old port. Back up your configuration before updating regardless — see our backup and restore guide if that isn't already automated — and if your instance seems unreachable straight after updating, give the five-minute revert window a chance before troubleshooting further. Everything else in this release, from the Matter doorbell fix to the Shelly security upgrade, is additive and shouldn't require any changes to existing automations. iPhone and Apple Watch users should also note that 2026.8.0 drops Companion app support for iOS 15, watchOS 8 and macOS 11 — check your device is on a compatible OS version before you update. The follow-up 2026.9 beta is already out, adding security dashboard alerts and a Matter network map.

Buy the picks in this guide

Recommended for Home Automation

See all devices →

Frequently asked questions

When is Home Assistant 2026.8 released?

Home Assistant 2026.8 is the monthly stable release that went live on 5 August 2026, following a beta period that started on 22 July 2026 — in keeping with Home Assistant's usual monthly release cycle. The release is themed "Approachable by design," reflecting a set of changes aimed at making the platform less intimidating for new users. The headline change is that new installations no longer default to the :8123 port, instead running on standard port 80. Other notable additions in this release include proper event support for Matter doorbells, the removal of dozens of "Advanced" labels from the interface, a full redesign of the Home Assistant Cloud settings page, and 16 new integrations. A follow-up 2026.9 beta has already been released, adding security dashboard alerts and a Matter network map.

Why did my Home Assistant instance disappear after updating to 2026.8?

New installations of Home Assistant 2026.8 default to port 80 instead of the traditional :8123, with the setting now exposed directly in the UI under Settings > System > Network rather than only in configuration.yaml. Some existing installations may also be offered the switch; if that happens, Home Assistant asks you to confirm the change, and if you don't respond within five minutes it automatically reverts back to port 8123. If your instance seems to disappear right after updating, don't panic — wait a few minutes, or try browsing to your instance's address on port 80 directly, before assuming something is broken. Anyone running a reverse proxy, firewall rules, or port forwarding tied to port 8123 should also check those still line up once the update lands, particularly if they access their instance remotely. If homeassistant.local still won't load on either port, see our homeassistant.local not working guide for mDNS and network causes unrelated to this update.

Do Matter doorbells work with Home Assistant automations now?

Yes. As of Home Assistant 2026.8, Matter doorbells are recognised by their correct Doorbell device type and now appear as event entities, so a button press can trigger a Home Assistant automation directly — for example, a notification, a light turning on, or an announcement through a speaker. Previously, a doorbell could technically expose the same underlying Matter switch function as any other button, but Home Assistant didn't recognise the Doorbell device type specifically, so many Matter doorbells were excluded from event discovery even though the hardware supported it. This is a narrow fix, but a useful one if you've paired a Matter-certified doorbell and found it appearing as a generic device with no way to react to a press.

What happened to the "Advanced" settings in Home Assistant?
In 2026.8, the "Advanced" label was removed from roughly 40 to 43 places across the Home Assistant interface, and "Developer Tools" was renamed to "Tools". The settings themselves haven't changed — they're simply no longer separated from regular settings by an "advanced" designation.
What's new in the Home Assistant Cloud page in 2026.8?
The Home Assistant Cloud settings page was rebuilt with a clean overview, a guided setup walkthrough for new subscribers, and a dedicated settings page for each Cloud feature such as remote access and voice assistants, replacing the previous single crowded settings screen.
Why does homeassistant.local:80 not work?

If homeassistant.local:80 won't load, your instance most likely hasn't finished switching over yet, or it reverted back to port 8123 because the switch wasn't confirmed within five minutes. Try browsing to homeassistant.local:8123 instead — if that loads, the port change either hasn't happened or was declined. If neither address works, this usually isn't related to the 2026.8 port change at all; see our homeassistant.local not working guide for mDNS and network causes.

Sources

Sources verified 2026-08-06

  1. Home Assistant — 2026.8: Approachable by design
  2. Home Assistant — Full changelog for Home Assistant 2026.8
  3. Matter Alpha — Home Assistant 2026.8 beta adds Matter doorbell events and simpler setup
  4. Smart Home Junkie — What's New in Home Assistant 2026.8: Port 80, No More "Advanced," and Custom Entity IDs
How we researched this

Claims in this article are checked against primary sources — manufacturer specifications, official documentation, Which? research, Ofgem guidance, or gov.uk — rather than forum threads or video reviews. Where the author has direct hands-on experience with a product (most Home Assistant, Zigbee, and home-networking gear is running in his own homelab), that is stated explicitly in the text.

For categories outside that personal setup — such as boilers, heat pumps, and other areas that are traditionally a heating engineer's domain — verdicts are built from cross-referenced manufacturer data, published lab results, and vetted expert and owner reviews rather than a claim of personal hands-on testing. See the editorial policy for the full methodology.

Sepehr

Written by

Sepehr

10+ years hands-on with Home Assistant & networking · Research-backed elsewhere · No brand deals

Smart home specialist with 10+ years running a self-hosted Home Assistant setup — Zigbee2MQTT, Frigate NVR, and local-first automations. Independent coverage for UK homes, no brand deals.

LinkedIn →

Citing this page? Please use a dofollow link back to the original article — it helps us keep the data on this page accurate and up to date.

Related reading