FR
live

Home Assistant leaves Google Home and Alexa behind — 2026 is the year self-hosted smart homes won

State of the Open Home 2026 confirmed what the numbers already showed: Home Assistant governs 250+ open-source projects, has 89,500 GitHub stars, and ships a new release every month. If you still trust Google or Amazon with your home automation, you’re paying for the privilege of being the product.

Home Assistant leaves Google Home and Alexa behind — 2026 is the year self-hosted smart homes won — ETTAYEB illustration

On April 8, 2026, the Open Home Foundation held its second State of the Open Home in Utrecht. Two days later, Home Assistant 2026.4 shipped: native infrared support, full transparency into what the Assist voice assistant is thinking, and purpose-specific automation triggers that are now nearly feature-complete. This isn’t a niche tinkerer’s playground anymore. Home Assistant has crossed 89,500 GitHub stars, governs 250+ open-source projects under a non-profit foundation, and ships a major release on the first Wednesday of every single month — without exception, for two years running.

The question is no longer “can open-source replace Google Home?” The question is: why are you still paying Google to mine your bedtime habits?

Commercial smart home platforms are surveillance machines, not home automation

Google Home, Amazon Alexa, and Apple HomeKit sell you convenience. What they actually sell to their real customers — advertisers, data brokers, and ecosystem lock-in strategists — is your behavioral data from inside your own four walls.

Google pulled third-party smart display support in April 2025. Alexa killed local routine access the same year. Apple Home remains tethered to the Apple ecosystem so tightly that mixing an Android phone with HomeKit devices is a friction nobody should have to endure. None of these three offer fully offline, local-only operation: every voice command hits a data center somewhere, every automation depends on an internet connection you don’t control.

Home Assistant runs on your hardware, inside your network, governed by your rules. The Open Home Foundation — the nonprofit created in April 2024 to steward the project — baked three principles into its charter: privacy (your data stays local), choice (mix any brands, zero lock-in), and sustainability (repurpose hardware instead of tossing it). These are not marketing bullet points. They are governance constraints, enforceable against any commercial decision.

The economic model is refreshingly straightforward: Nabu Casa, the foundation’s commercial arm, sells official hardware (Home Assistant Green, Connect ZBT-2) and a $6.50/month cloud subscription for remote access and third-party voice assistant integration. The majority of profits go back to the foundation. No VC, no exit strategy, no pivot to ads. Just a sustainable model for building infrastructure that doesn’t spy on you.

Q1 2026: the inflection point

The first quarter of 2026 is when the balance tipped. Here’s what ship in four consecutive monthly releases:

2026.1 (January 7) — The Home Dashboard becomes denser on mobile: summary cards for lights, climate, and security appear inline at the top of the view instead of behind a tab. Purpose-specific automation triggers — a rebuild that replaces technical state changes with plain-English sentences like “when a light turns on” — gain eight new trigger types, including buttons, locks, scenes, and firmware updates.

2026.2 (February 4) — The Home Dashboard becomes the default for all new installations, replacing the legacy “Overview.” Quick search (Ctrl+K) gets a complete redesign. Add-ons are renamed Apps — a vocabulary shift that makes the platform legible to anyone who’s ever used a smartphone. The Open Home Foundation device database reaches opt-in status in Labs: 10,000 unique devices across 260 integrations have already been submitted by the community.

2026.3 (March 4) — Robot vacuums gain a “clean this area” action that maps vacuum segments to native Home Assistant areas, laying the groundwork for voice control (“clean the kitchen”). The Energy dashboard adds real-time consumption badges and a Sankey diagram for water usage. Continue on error lands in the visual automation editor. Wake word detection on Android ships as experimental. Home Assistant migrates to Python 3.14.

2026.4 (April 1)Infrared becomes a first-class citizen. Through ESPHome-powered IR proxies, Home Assistant can now control any appliance with an infrared receiver — TVs, air conditioners, sound bars — without replacing a single device. The first concrete integration, LG Infrared, exposes an LG TV as a standard media player entity. Purpose-specific triggers are now nearly feature-complete. The Matter lock manager lets you manage PIN codes on Matter-compatible smart locks. The Assist voice assistant now shows its reasoning in real time — a level of transparency no commercial assistant offers.

Four releases, each with substantive feature work, each fully backward-compatible, each with security patches shipped within five days of disclosure. Meanwhile, Google Home and Alexa have not shipped a functional improvement for self-hosted users in over a year.

Voice: Assist fights back

The voice stack is the most strategic battleground. Assist, Home Assistant’s native voice assistant, runs entirely on-device using Piper (text-to-speech) and Whisper (speech-to-text). No cloud. Supported sentences now cover lights, blinds, timers, shopping lists, vacuums, and media playback — across dozens of languages, including English, French, German, and Dutch.

The hardware ecosystem is catching up. The Home Assistant Voice Preview Edition, launched in late 2024 at $59, is a tabletop microphone that runs entirely locally. Android users can test wake word detection on their phones as of March 2026. For those who want generative AI, Assist can delegate complex queries to an LLM (OpenAI, Google Gemini, or local models via Ollama) — but the foundation made this path opt-in and configurable, never the default.

Honest comparison: Google Assistant and Alexa still win on free-form conversational queries and multi-speaker recognition. But for structured smart-home commands — “dim the living room to 50%,” “set the thermostat to 19°C,” “activate movie night” — Assist now delivers equivalent reliability, without cloud latency, and without your daily routines ever leaving your network.

The hardware: three paths to a local-first home

As of April 2026, there are three realistic paths:

Home Assistant Green ($199 / €179). The official plug-and-play box. Quad-core ARM CPU at 1.8 GHz, 4 GB RAM, 32 GB eMMC. No built-in Zigbee or Z-Wave — you’ll need a USB dongle. If you’ve never touched home automation and want a working result in under an hour, this is your ticket.

Home Assistant Yellow (from $149, CM4 not included). For the hands-on crowd: Raspberry Pi CM4 slot, NVMe slot, built-in Zigbee/Thread via the Connect ZBT-2 module. More extension power, more assembly time.

DIY on a mini PC or Raspberry Pi. For $200–300 in new hardware, an Intel N100 or N305 mini PC with 8–16 GB RAM and a 256 GB NVMe SSD will outperform a Green while staying silent and drawing under 15 W under load. Flash HA OS to a USB stick and you’re up in 15 minutes. An old laptop that’s been gathering dust for three years works just as well — this is the most sustainable path, and the one the Open Home Foundation explicitly encourages.

yaml
# docker-compose.yml — Home Assistant Container (alternative, without HA OS)
services:
  homeassistant:
    container_name: homeassistant
    image: ghcr.io/home-assistant/home-assistant:2026.4.0
    volumes:
      - ./config:/config
      - /etc/localtime:/etc/localtime:ro
    network_mode: host
    restart: always

The container path loses access to add-ons (Apps) and automatic OS-level updates. If you want the full experience without official hardware, install HA OS on bare metal: you’ll get the supervisor, automated backups, and the same comfort level as a Green or Yellow.

The ecosystem that makes switching irreversible

What sets Home Assistant apart in 2026 isn’t just the software. It’s the network effect of its integrations.

Zigbee2MQTT and ZHA (Zigbee Home Automation) cover nearly the entire market of Zigbee bulbs, sensors, and switches — including Ikea, Philips Hue, Aqara, and Sonoff devices, without their proprietary hubs. Z-Wave JS, also governed by the Open Home Foundation, remains the gold standard for smart locks and thermostats in North America. Matter, the interoperable protocol pushed by Apple, Google, and Amazon, is supported natively through a Matter server rebuilt on matter.js — the open-source library the foundation took ownership of in 2025, which also powers Homebridge and openHAB. ESPHome turns any ESP32 microcontroller into a locally controlled device with nothing more than a YAML file.

These four pillars — Zigbee, Z-Wave, Matter, ESPHome — have no equivalent in the commercial ecosystem. Google Home doesn’t speak Z-Wave. Alexa won’t let you flash an ESP32. Apple Home can’t route Zigbee without a hub. Home Assistant bridges all of them without demanding brand allegiance.

And the catalog keeps growing: the community-powered device database, fed by opt-in telemetry, already documents 10,000+ devices and aims to become “the Wikipedia of smart home hardware.” No manufacturer offers this level of transparency about what their products actually work with.

The verdict

If you live in a home with at least five connected devices, have an hour to spare and either an old PC or a $200 budget, there is no rational reason left to stay on Google Home or Alexa: Home Assistant 2026 beats them on local control, privacy, multi-brand compatibility, and longevity — and it now matches commercial solutions on structured voice-command reliability. Buy a Home Assistant Green if you want immediate results, or a N100 mini PC with HA OS if you want headroom; add a Connect ZBT-2 ($35) for Zigbee/Thread, and a Nabu Casa subscription ($6.50/month) if remote access without network configuration matters to you. Do the reverse — keep Google Home and run Home Assistant alongside it via the Google Assistant integration — if you’re not ready to give up free-form conversational queries or if your home is 100% Nest/Chromecast and you don’t want to swap devices yet. The worst option is choosing neither and continuing to feed Google’s dataset with your wake-up times for free.

References

The cyber brief, every Tuesday

The flaws that matter and the patches to apply, in a ten-minute read.

No spam. One-click unsubscribe.
read next

On the same topic

Immich replaces Google Photos once you budget for a mini PC and real backups

Immich shipped version 3.0 on 2 July 2026, nine months after its first stable release and weeks after a two-year retrospective on its backing by nonprofit FUTO. It replaces Google Photos once you can afford roughly $300 of hardware and a disciplined off-site backup — skip either, and the migration trades Google’s reliability for a real chance of losing everything.

Coolify gives you a free Vercel on your own server in one command

Coolify shipped version 4.2.0 on July 21, 2026, and now sits at 59,800 GitHub stars. This open-source PaaS deploys your apps, databases, and 280 services to any Linux server with a single click — no per-GB billing, no bandwidth caps, no lock-in.

← Back to the feed

Type at least two characters.

navigate open esc dismiss