HomeWhisper
A plain-English companion app that pulls from a household's Home Assistant and tells non-technical residents what is happening: 'The porch light just turned off because the bedroom motion sensor triggered your Goodnight routine at 11:02pm.'
non-technical residents in a smart-home household (parents, roommates, kids, guests)
- Plain-language timeline of what just changed in the home over the last 24 hours
- Ask-the-Home search: type 'is the garage closed?' instead of opening the HA app
- Resident-mode filter that hides sensitive entities (locks, cameras, alarms) by default
- Gentle 'did you mean to…' pings for unusual activity (light on at 2am, fan running all day)
HADocs proves Home Assistant installs sprawl into hundreds of entities; only the enthusiast in the household has any idea what is going on, and the rest are guessing when something feels off.
Home Assistant has 2M+ active installations (May 2025) and Home Assistant's own FAQ is titled 'Can the rest of my household use Home Assistant?', confirming the targeted pain point that only the admin understands what is happening.Home Assistant, the Local Smart Home Hub, Now Has 2 Million Installs Worldwide ↗Can the rest of my household use Home Assistant? ↗
No direct plain-English explainer/companion surfaced; HA-FamDash is just a dashboard config and the official Companion app is for control, not narration — but HA itself keeps adding simpler dashboards for families, which encroaches on the space.Do your family members use your HA Dashboard/App? ↗Home Assistant's new dashboard finally makes sense for the whole family ↗
HA community culture is strongly DIY/open-source and price-sensitive; the monetizable subset is the enthusiast admins (subset of 2M installs), and most paid add-ons in the HACS ecosystem are one-time or low-cost, making a subscription for narration a tough sell.How to Build a Home Assistant Dashboard That Your Family Will Actually Use ↗Home Assistant Family Dashboard (or FamDash) - GitHub ↗
Smart-home adoption and Home Assistant installs are growing (2M milestone in 2025, with estimates of much higher total), and the 'non-technical family member' pain is a permanent structural feature of household automation rather than a transient trend.Home Assistant update brings new features to 2 million users ↗
Technically feasible by tapping HA's REST/websocket API plus an LLM for templated summaries, but every-event LLM calls introduce per-household compute/cost overhead and require either HA Cloud or local network exposure, which limits a frictionless install.Home Assistant Companion Docs ↗Home Assistant Analytics - Installations ↗