Home Assistant 2026.3: Turn Your Android Phone Into a Voice Satellite
Home Assistant 2026.3 just dropped, and it includes a feature that changes the voice assistant equation entirely: your Android phone can now function as a Home Assistant voice satellite with always-on wake word detection. Say "Hey Jarvis" or "Okay Nabu" to your phone sitting on the kitchen counter, and it processes your command through Home Assistant — completely locally, no cloud required.
That's on top of a gorgeous new water monitoring visualization, real-time energy tile cards, Python 3.14 performance improvements, and 17 new integrations. Let's break it all down.
Android Wake Word Detection: The Headline Feature
The Home Assistant Companion app for Android now supports background wake word detection. This means any spare Android phone — that old Pixel collecting dust in a drawer — can become a voice satellite that listens for your chosen wake word and processes commands through your Home Assistant instance.
How It Works
Once enabled in the Companion app settings, your phone continuously listens for wake words using an on-device speech model. No audio is sent anywhere until the wake word is detected. After triggering, the command is sent to your Home Assistant instance (locally, over your home network) for processing through the Assist pipeline.
Supported wake words at launch:
- "Hey Jarvis" — for the Tony Stark fans
- "Okay Nabu" — the community's original wake word
Custom wake words are on the roadmap but not available in this release. The speech model runs efficiently enough that battery impact is minimal when the phone is plugged in — which is the expected use case. Stick an old phone on a wireless charger in the kitchen and you've got a voice satellite for free.
Why This Matters
Dedicated voice satellite hardware like the Home Assistant Voice Preview Edition and ESP32-based DIY options are great, but they require buying and setting up new hardware. The Android wake word feature turns existing hardware into voice endpoints with a software update.
For households with multiple rooms that need voice control, this is transformative. Instead of buying a $50-100 voice satellite for each room, repurpose old phones you already own. A family that's upgraded phones over the years probably has 2-4 old Android devices sitting in drawers — that's 2-4 rooms of voice control for zero additional hardware cost.
The experience isn't identical to a dedicated satellite (phone microphones aren't as good at picking up across-the-room commands as purpose-built devices with microphone arrays), but for bedside tables, kitchen counters, and desks where the phone is within a few feet, it works surprisingly well.
Water Sankey Visualization
Home Assistant's energy dashboard has been the gold standard for home energy monitoring since it launched. Now it's expanding to water. The 2026.3 release adds a Sankey diagram for water consumption that visually breaks down where your water goes — irrigation, showers, laundry, kitchen, toilets — with flowing visual connections between source and consumption.
The visualization requires water flow sensors on individual lines or smart water meters that report per-fixture consumption. If you have a whole-home water monitor like the Flume 2 or Phyn Plus, you'll see aggregate data. Add individual flow sensors (like the Aqara or Zigbee-based flow sensors popular in the Home Assistant community) to get the per-fixture breakdown that makes the Sankey diagram truly useful.
The diagram updates in near-real-time, showing water flowing through your home as it happens. It's genuinely beautiful, but more importantly, it makes waste visible. Seeing that your irrigation system used 60% of your daily water consumption is the kind of data that changes behavior.
Real-Time Power, Gas, and Water Tile Cards
The existing tile cards for energy monitoring have been upgraded with real-time data visualization. Instead of showing just a static current value, the new tile cards display a mini sparkline graph showing the last hour of data, current consumption or production rate, and color-coded status indicators.
Three new tile card variants:
- Power tile: Shows real-time wattage with solar production offset, net consumption, and a sparkline of the last 60 minutes
- Gas tile: Displays current flow rate with daily accumulation and cost estimate based on your configured rate
- Water tile: Shows real-time flow with daily consumption tracking and leak alert indicators
These tile cards fit into any dashboard, not just the energy dashboard. Put a power tile on your main overview dashboard to keep tabs on consumption without navigating to the energy page. For homes with solar panels, the power tile showing real-time production vs. consumption is genuinely addictive to watch on a sunny day.
Python 3.14 Performance Improvements
Home Assistant 2026.3 runs on Python 3.14 by default, and the performance improvements are measurable. The Home Assistant team reports:
- 15-20% faster startup times on typical installations
- Reduced memory usage across the board, particularly beneficial for Raspberry Pi and other resource-constrained devices
- Faster automation execution due to improved async handling in the new Python runtime
Users running Home Assistant Green or older hardware will notice the startup improvement most. What previously took 3-4 minutes on a Green may now complete in under 3 minutes. It's not dramatic, but it compounds — every restart, every update, every reboot after a power outage is noticeably quicker.
The memory reduction matters for users pushing their hardware limits with large device counts or many integrations. If your Home Assistant instance was borderline on a 2GB RAM device, the Python 3.14 upgrade may give you enough headroom to keep going without a hardware upgrade.
17 New Integrations
Every Home Assistant release brings new integrations, but this batch includes some notable additions:
Standout New Integrations
- Liebherr smart refrigerators and freezers: Monitor temperatures, door status, and energy consumption of Liebherr appliances. Useful for alerting if a freezer door is left open or temperature rises above safe levels.
- MTA (Metropolitan Transportation Authority): Real-time subway and bus arrival data for New York City transit users. Put a card on your dashboard showing when the next train leaves your station — smart home meets smart commute.
- Trane HVAC systems: Full integration with Trane's connected HVAC equipment, including commercial-grade heat pumps and air handlers. Trane joins Daikin, Mitsubishi, and Carrier in having native Home Assistant integrations.
- OneDrive backup: Automated backups of your Home Assistant configuration to Microsoft OneDrive. Joins Google Drive and Dropbox as cloud backup options. If your Home Assistant hardware fails, restore from OneDrive backup to a new device.
Other New Integrations
The remaining integrations cover a range of devices and services, from niche IoT platforms to regional energy providers. The full list is available in the release notes, but the pattern is clear: Home Assistant continues to add support faster than any other platform, with over 2,800 integrations now available.
Looking Back: 2026.1 and 2026.2 Highlights
If you haven't been tracking every release, here are the biggest features from the previous two months:
Home Assistant 2026.1
- Dashboard sections overhaul: Redesigned dashboard editing with drag-and-drop sections, easier card placement, and responsive layouts that adapt to mobile and tablet screens automatically.
- Improved Matter device support: Better handling of multi-fabric Matter devices, faster commissioning, and support for Matter 1.4 device types including cameras and energy monitors.
- Voice assistant improvements: Better natural language understanding for Assist, with support for more complex queries like "is the garage door closed?" and "what's the temperature in the basement?"
Home Assistant 2026.2
- Network map visualization: A visual map showing all your Zigbee, Z-Wave, and Thread devices with connection quality indicators. Instantly see which devices have weak connections and need repositioning.
- Automation suggestions: Home Assistant now suggests automations based on your usage patterns. "You turn on the porch light at sunset every day — want to automate that?" Similar to what Alexa+ and Google Gemini offer, but running entirely locally.
- Climate schedule cards: Visual thermostat scheduling directly on dashboards with drag-to-adjust time blocks. Much easier than the previous automation-based approach to thermostat scheduling.
How to Update
If you're running Home Assistant OS or Supervised, navigate to Settings > System > Updates and install 2026.3. As always, back up before updating — the Settings > System > Backups page makes this a one-click operation, or use the new OneDrive integration for automatic cloud backups.
If you're running Home Assistant Core in a Python virtual environment, update with pip install homeassistant==2026.3 and restart the service.
The Android wake word feature requires updating the Home Assistant Companion app to the latest version from the Google Play Store. The feature is found in Companion App Settings > Wake Word Detection.
The Bigger Picture
Home Assistant's 2026 releases continue a clear strategy: make the most powerful smart home platform also the most accessible. Wake word detection on existing Android hardware, visual energy dashboards, one-click cloud backups — these aren't power-user features. They're making Home Assistant approachable for anyone willing to try a local-first smart home.
Combined with the Home Assistant Green ($99 plug-and-play hardware), Voice Preview Edition, and the growing library of one-click integrations, the barrier to entry has never been lower. If you've been curious about Home Assistant but intimidated by its reputation for complexity, 2026 is the year to give it a try.