
Final 12 months, we laid out our imaginative and prescient for AI within the sensible house, which opened up experimentation with AI in Residence Assistant. In that replace, we made it simpler to combine all kinds of native and cloud AI instruments, and supplied methods to make use of them to manage and automate your house. A 12 months has handed, so much has occurred within the AI area, and our neighborhood has made positive that Residence Assistant has stayed on the frontier.
We beat huge tech to the punch; we have been the primary to make AI helpful within the house. We did it by giving our neighborhood full management over how and after they use AI, making AI a robust device to make use of within the house. Versus one thing that takes over your house. Our neighborhood is making the most of AI’s distinctive talents (as an illustration, its picture recognition or summarizing expertise), whereas being able to exclude it from mission-critical issues they’d desire it to not deal with. Better of all, this may all be run domestically, with none information leaving your house!
Furthermore, if customers don’t need AI of their properties, that’s their alternative, they usually can select to not allow any of those options. I hope to see huge tech take an strategy this measured, however judging by their final couple of keynotes, I’m not holding my breath.
Over the previous 12 months, we’ve added many new AI options and made them simple to make use of straight via Residence Assistant’s person interface. We have now saved up with all of the developments in AI land and are utilizing the newest commonplace to combine extra fashions and instruments than ever earlier than. We’re additionally persevering with to benchmark native and cloud fashions to provide customers an concept of what works finest. Preserve studying to take a look at all the pieces new, and possibly you possibly can educate your sensible house some cool new methods.
Large due to our AI neighborhood contributor workforce:
@AllenPorter
Supercharging voice management with AI
We have been doing voice assistants earlier than AI was cool. In 2023, we kicked off our Yr of the Voice. Since then, we’ve labored in direction of our objective of constructing all of the elements wanted for an area, open, and personal voice assistant. When AI grew to become the craze, we have been fast to combine it.
Immediately, customers can chat with any giant language mannequin (LLM) that’s built-in into Residence Assistant, whether or not that’s within the cloud or run domestically by way of a service like Ollama. The place Help, our home-grown (non-AI) voice assistant agent, is targeted on a predetermined listing of principally house management instructions, AI means that you can ask extra open-ended questions. Summarize what’s taking place throughout the sensible house sensors you’ve uncovered to Help, or get solutions to trivia questions. You may even give your LLM a persona!
Customers may leverage the ability of AI to talk the best way they communicate, as LLMs are significantly better at understanding the intent behind the phrases. By default, Help will deal with instructions first. Solely questions or instructions it might probably’t perceive will likely be despatched to the AI you’ve arrange. For example, “Activate the kitchen mild” could be dealt with by Help, whereas “It’s darkish within the kitchen, are you able to assist?” could possibly be processed by an AI. This accelerates response occasions for easy instructions and makes for a extra sustainable voice assistant.
One other highly effective addition from the previous 12 months is context sharing between brokers. So your Help agent can share the newest instructions along with your chosen AI agent. This shared context enables you to say one thing like “Add milk to my buying listing,” which Help will act on, and so as to add extra objects, simply say “Add rice.” The AI agent understands that these instructions are related and might act accordingly.
One other useful addition retains the dialog going; if the LLM asks you a query, your Help {hardware} will pay attention on your reply. In case you say one thing like “It’s darkish”, it would ask whether or not you’d wish to activate some lights, and you may inform it to proceed. We have now taken this even additional than different voice assistants, as now you can have Residence Assistant provoke conversations. For instance, you may arrange an automation that detects when the storage door is open and asks should you’d like to shut it (although this will also be accomplished with out AI with a really intelligent Blueprint).
AI pushed us to fully revamp our Textual content-to-Speech (TTS) system to make the most of streaming responses from LLMs. Whereas native AI fashions could be gradual, we use a easy trick to make the delay virtually unnoticeable. Now, each Piper
Immediate: “Inform me a protracted story a few frog”
| Setup | Time to start out talking |
|---|---|
| Cloud, non-streaming | 6.62 sec |
| Cloud, streaming | 0.51 sec (13x sooner) |
| Piper, non-streaming | 5.31 sec |
| Piper, streaming | 0.56 sec (9.5x sooner) |
Ollama gemma3:4b on an RTX 3090, and Piper on an i5
Nice {hardware} to work with AI
Individuals constructed some actually cool voice {hardware}, from landline telephones to little speaking robots, however the truth that it was so DIY was at all times a barrier to entry. To make our voice assistant accessible to everybody, we launched the Residence Assistant Voice Preview Version. That is a straightforward and inexpensive option to strive Residence Assistant Voice. It has some severely highly effective audio processing {hardware} inside its glossy package deal. In case you have been on the fence about attempting out voice, it truly is the easiest way to get began.

Voice Preview Version just isn’t solely open and highly effective, but it surely appears to be like and feels nice too!
It’s now simpler than ever to arrange your Help {hardware} to work with LLMs with our Voice Assistants settings web page, and you’ll even assign a unique LLM to every system. The LLM can acknowledge the room it’s in and the units inside it, making its responses extra related. Help was constructed to be a good way to manage units in your house, however with AI, it turns into a lot extra.
AI-powered solutions
Final month, Residence Assistant launched a brand new opt-in function to leverage the ability of AI when automating with Residence Assistant. The objective is to shorten the journey from a clean slate to your completed concept.
When saving an automation or script, customers can now leverage the brand new Recommend button:
When clicked, it’s going to ship your automation configuration together with the titles of your current automations and labels to AI to recommend a reputation, description, class, and labels on your new automation. Over the approaching months, we’re going to discover what different options can profit from AI solutions.
To opt-in to this function, you could take two steps. First, you could configure an integration that gives an AI Duties entity. For native AI, you possibly can configure Ollama, or you can even leverage cloud-based AI like Google, OpenAI, or Anthropic. As soon as configured, you could go to the brand new AI Job preferences pane beneath System -> Normal and choose the AI Job entity to energy solutions within the UI. In case you don’t configure an AI Duties entity, the Recommend button won’t be seen.
AI Duties will get the job accomplished
Enabling AI Duties does greater than shortly label and summarize your automations; its true superpower is making AI simple to make use of in templates, scripts, and automations. AI Duties enable different code to leverage AI to generate information, together with choices to connect recordsdata and outline the way you need that information output (as an illustration, a JSON schema).
We have now all seen these unimaginable neighborhood creations, the place a person leverages AI picture recognition and evaluation to detect accessible parking spots
Under is a template entity that counts chickens in a video feed, all by way of a brief and easy set of directions.
template:
- triggers:
- set off: homeassistant
occasion: begin
- set off: time_pattern
minutes: "/5"
actions:
- motion: ai_task.generate_data
information:
task_name: Rely chickens
directions: >-
That is the within of my coop. What number of birds (chickens, geese, and
geese) are contained in the coop?
construction:
birds:
selector:
quantity:
attachments:
media_content_id: media-source://digicam/digicam.chicken_coop
media_content_type: picture/jpeg
response_variable: end result
sensor:
- identify: "Chickens"
state: "{{ end result.information.birds }}"
state_class: complete
This template sends a snapshot of the digicam to the AI, asking it to investigate what’s going on. It defines that the output ought to at all times be a quantity, since we need to use that data in Residence Assistant. All of that is embedded in a template entity that routinely updates each 5 minutes. An AI Job may be embedded in an automation, a script, or another place that may execute actions.

An automation triggers an AI Job to determine what induced movement on a digicam.
Lastly, customers can set a default AI Job entity. This permits customers to skip selecting an entity ID when creating AI automations. It additionally enables you to migrate all the pieces that makes use of AI Duties to the newest mannequin with a single click on. This additionally makes it simple to share blueprints that leverage AI Duties, like this blueprint that analyzes a digicam snapshot when movement is detected:
MCP opens an entire new world
Mannequin Context Protocol (MCP) is a skinny layer permitting LLMs to combine something. When the specification was introduced, we shortly jumped on it and built-in it into Residence Assistant. Successfully, these servers give Residence Assistant’s Help dialog agent entry to all kinds of latest instruments. You might join MCP servers that give Help entry to the newest information tales, your to-do lists, or a server that catalogues your vinyl assortment, permitting you to have richer conversations (“Okay Nabu, which Replacements albums do I’ve, and which aren’t on my Vinyl-to-Buy listing?”).
On the flip facet, you can even flip Residence Assistant into an MCP server, permitting an AI system to entry details about your house. For example, you may create an area AI that’s nice at making Residence Assistant automations, and it might embrace all of your entity names or accessible actions. MCP retains gaining extra help, and there are some nice cloud and self-hosted options accessible.
The best way to choose a mannequin
There are plenty of fashions accessible, it’s exhausting to know the place to start out. Fortunately, Residence Assistant’s resident AI guru @AllenPorter
At the moment, the charts present the massive cloud gamers’ most up-to-date fashions rating fairly shut to one another, whereas current native fashions that use 8GB or extra of VRAM are practically maintaining. Up to now, there was an enormous disparity between most fashions, however now it’s exhausting to go unsuitable.
That is particularly useful because the choices for LLMs in Residence Assistant have simply grown exponentially with the addition of OpenRouter, a unified interface for LLMs. With OpenRouter, customers can entry over 400 new fashions in Residence Assistant, and it helps AI Duties proper from day one. We actually are spoiled for alternative.
The longer term is Open, and Open Supply
Residence Assistant is open. We consider that you ought to be in command of your information, and your sensible house. All of it. Native LLMs and the best way we have now architected Residence Assistant extends this option to the AI area, all whereas sustaining your privateness.
Most crucially, we’ve made all of this open supply. We’re community-driven and work on this along with our neighborhood. The Open Residence Basis has no buyers and isn’t beholden to anybody however our customers. Our work is funded via {hardware} purchases and Residence Assistant Cloud subscriptions, permitting us to make all of the know-how we construct free and open.


