The plain version
Home Assistant is a free, open-source program that runs on a small computer in your house and acts as the brain of your home. It talks to your devices — locks, sensors, cameras, thermostats, lights, garage door, doorbell, television, and thousands of others — and lets you see and control all of them in one place, and write rules (“automations”) so they work together without being told.
It is not owned by a device manufacturer, which is why it can talk to so many of them. It is developed in the open by a very large community and a company that employs its core developers, and it has been under active development for more than a decade. It is one of the most-worked-on open-source projects in the world.
What “local” means, and why it matters
Most smart-home products work like this: you press a button in an app, the request goes to the manufacturer's server somewhere in the world, and the server tells your device what to do. That path is convenient for the manufacturer and fragile for you. If your internet is down, the button does nothing. If the company has an outage, or is bought, or decides to charge for a feature that was free, or shuts down, your device changes or dies. There have been many such shutdowns.
Home Assistant works the other way. The brain is in your house. It talks to your devices directly — over your home network, or over dedicated radios (Zigbee, Z‑Wave, Thread) that never touch the internet at all. If the internet fails, your lights, locks, sensors and alarms carry on. If a manufacturer disappears, its devices, in most cases, keep working, because they were never talking to that manufacturer in the first place.
For entertainment gadgets, cloud dependence is an annoyance. For a lock, a smoke detector, or an alarm, it is a hazard. That is the whole reason we build the way we do.
What it looks like day to day
To the household, it is a clean dashboard on a phone, a wall tablet, or a laptop: the doors and whether they are locked, the temperature, the lights, a camera view, an “arm the house” button. Underneath are automations we write with you — the porch light comes on when someone approaches after dark; the house arms itself when the last phone leaves and reminds you if a window is open; the thermostat drops when nobody is home; the leak sensor under the water heater sends a message and shuts the valve. Once written, they simply happen.
The radios: Zigbee, Z‑Wave, Thread and Matter
You will meet these names when buying devices. They are the “languages” devices use to talk to the hub without going through the internet.
| Name | What it is | Where we use it |
|---|---|---|
| Zigbee | A low-power radio mesh; each mains-powered device relays for the others | Sensors, bulbs, plugs, buttons — inexpensive and plentiful |
| Z‑Wave | A similar mesh on a different frequency, with strict certification | Locks and security sensors — reliable and long-established |
| Thread | A newer low-power mesh built on standard internet protocols | Newer sensors and locks; growing quickly |
| Matter | A shared standard so devices from different brands work together (runs over Thread or Wi‑Fi) | Increasingly, anything new; simplifies the future |
| Wi‑Fi | Your ordinary network | Cameras and a few appliances; fine when the device works locally, avoided when it needs a cloud |
The hub we install carries all of these radios, so you are not confined to one brand or one language.
Where the “AI” is
The useful kind is quiet: recognizing a person versus a passing car on a camera, so you get one meaningful alert instead of forty; noticing that the house is empty; understanding a spoken “lock the back door” — all of it running on the hub, in your house, if you want it to. The chatbot kind is optional and, in our judgment, not something to put between you and your locks. We will always tell you which is which.
Trying it yourself
Home Assistant is free to download and runs on inexpensive hardware; the project's own website has an honest getting-started guide, and many Indiana households run it themselves very happily. Where we come in is the whole-home version: choosing devices that will actually be reliable, wiring and mounting them properly, separating the network so cameras and gadgets are not a risk to your laptops, hardening the remote access, writing automations that fit how your household lives, and documenting all of it so you are never dependent on us. That is our Whole-Home Home Assistant service, and it always includes the network audit as its foundation.