Home Assistant Just Made Itself Easier to Use. That Was Never the Hard Part.
- Wayne Du Bruyn
- Aug 11
- 3 min read

Home Assistant shipped its August update on the 5th. Version 2026.8, and they called it "Approachable by design." That name is doing a lot of work, and it's worth sitting with for a minute, because it says something true about where the smart home industry keeps getting stuck.
Here's what actually changed. New installs no longer need you to remember :8123 after the address. It defaults to port 80 now, so it's just homeassistant.local, no port number. Around forty places in the interface that used to be labelled "Advanced" have had that label stripped out. Developer Tools got renamed to just "Tools." The Cloud settings page was rebuilt from scratch, with its own dedicated screen for remote access, voice assistants, and backups instead of one crowded page. Sixteen new integrations landed. And Matter doorbells finally show up as proper event entities, so a press on the doorbell can trigger an actual automation, a light, a notification, an announcement through a speaker. Before this update, Home Assistant didn't recognise the Matter doorbell device type specifically, so a lot of doorbells that had the hardware for it were left out of event discovery entirely, and a press did nothing.
I'll say the honest thing first: this is good work. Anyone who's opened Home Assistant's settings menu and felt mildly assaulted by the number of toggles knows why "Approachable by design" is the right instinct. Fewer artificial walls between a normal setting and an "advanced" one, a cleaner Cloud page, a doorbell that actually does something when you press it. None of that is nothing.
But I want to be precise about what got easier, because it's the interface. The dashboard. The settings screen. The bit you look at.
It is not the bit that has to work.
The reason a doorbell press turns into a light coming on isn't the software polish sitting on top. It's whether there's a sensor that reports the event reliably, a signal path that carries it without dropping, and logic somewhere that's been told, deliberately, what to do with it. Home Assistant just made it easier to see and configure that chain once it exists. It didn't build the chain. Someone still has to design it, at the point where cable gets pulled and devices get specified, not afterward in a settings menu.
That's the part I keep having to say to clients, in different words, on almost every project. A nicer app doesn't buy you a system that keeps working when the internet doesn't. The new Cloud page in this release is genuinely better: cleaner setup, dedicated screens per feature. But it's still a cloud page. Remote access through it still needs a working connection to get there. That's fine for a lot of use cases. It's a bad foundation for anything you're relying on when City Power drops a line or the fibre goes with it, because the software being pretty doesn't change what it depends on to run.
This is exactly why the architecture I put in for clients keeps KNX as the wired backbone underneath Home Assistant, not the other way round. Home Assistant is the layer I want clients using day to day, it's where the dashboards live, where the automations get written, where an update like this one makes life better. But the group address that turns a switch press into a light response doesn't route through Home Assistant's cloud settings page. It runs over a dedicated bus that doesn't know or care whether this month's release simplified the UI. 1Home sits in between as the Matter bridge, so a Matter doorbell event like the one this release just unlocked can flow through to Apple Home or Google Home without a third-party cloud service in the middle. Software improvements land on top of that bus and make it nicer to live with. They don't touch what makes it reliable.
None of this is a knock on Home Assistant. I run it, I recommend it, and a release that quietly removes forty places labelled "Advanced" is exactly the kind of maturity an open-source project this size should be showing. My point is narrower. Approachable interface design and reliable automation architecture are two different jobs, solved at two different stages of a project. One gets easier every year through releases like this one. The other still gets decided once, at the brief, when someone has to think about what's wired, what's sensed, and what happens when the easy layer isn't reachable at all.
If you're briefing a project and the automation plan currently lives entirely inside an app, that's worth a second look before the walls close.
Just a conversation about what the project needs.
wayne@knxlogic.co.za | 082 564 3982 | www.knxlogic.co.za




Comments