Skip to main content
← Home Automation

How I Think About Home Automation

June 11, 2026

Home automation has a gadget problem. It’s easy to accumulate smart things — bulbs, plugs, sensors, a voice assistant or three — and end up with more complexity than you started with. Five apps, three ecosystems, a light switch that needs firmware updates. That’s not automation, that’s a second job.

So before anything else, the principle: automation should remove decisions, not add devices. If a device doesn’t make the house better without anyone thinking about it, I don’t add it.

The rules I build by

Local-first. If a device can’t run locally, it doesn’t come into the house. Cloud-dependent gear fails two ways: temporarily, when your internet blips, and permanently, when the vendor loses interest. I treat the cloud as an optional extra, never a dependency.

Invisible by default. The household shouldn’t have to know the system exists. The wall switches still work; nothing in the house requires an app. If someone has to learn the system just to live here, I built it wrong.

Fail boring. When an automation breaks, the house should degrade to “regular house,” not “haunted house.” That means picking good defaults over clever features.

One brain. Every device, whatever its brand or radio, reports to a single hub that owns all the logic. Once the logic is spread across three vendor apps, nothing can coordinate, and nobody knows why the lights did that.

The hub

For me that brain is Home Assistant, running locally. It integrates with nearly everything, and its automation layer can express real logic instead of vendor-approved recipes. The trade is that it asks more of you up front than the plug-and-play options. I think it’s worth it.

Where to start (if you’re starting)

Don’t buy a kit. Pick the one daily annoyance you most want gone and automate that single thing end to end. You’ll learn the whole stack in miniature: a device, an integration, a trigger, an action. If nobody in the house notices anything changed, it worked.

Future posts will dig into specific projects. This page will grow the way the house did: one solved annoyance at a time.