Hi everyone,
I wanted to share a project I’ve been working on in my spare time and see if there’s any interest in the community for something like this.
The Problem I love using tools like ChatGPT to help with complex YAML automations. However, one thing has always annoyed me:
The AI doesn’t know my smart home. ![]()
I either have to manually copy-paste my entity IDs into the prompt, or the AI starts hallucinating devices that don’t exist in my setup. I couldn’t find a tool that solves this workflow smoothly while keeping the context of my actual devices.
The Solution: HA-Architect So, I started building my own Add-on: HA-Architect.
The concept is simple: It is a chat interface living directly inside Home Assistant, but it has read/write access to your configuration and context.
Key Features (see screenshots):
Context Aware & Filters The tool scans your entities and areas. You can simply tell the chat (or use the UI filters) that you want to automate the “Living Room.” The tool then feeds the AI only the relevant devices from that area. This saves tokens and ensures the AI uses the correct Entity IDs.
Automation Library This is a major feature for me. You can save the generated automations directly in the Add-on. This creates a clean library where you can manage, edit, download, or delete your AI-generated scripts. It keeps your chat history clean and your automations organized.
Direct Installation If the AI suggests an automation and it looks good, there is an “Install in HA” button. No more copy-pasting code into automations.yaml.
Complex Logic It handles complex requests easily (e.g., “When Plex starts on Apple TV, dim the lights, but only if it’s after sunset”).
My Question to you: Is this something you would use? Do you also miss a “Copilot” that actually knows your context and helps manage the files?
I am currently still deep in development, but if there is enough interest, I would love to get some beta testers on board later on.
Let me know what you think!
Cheers, [Your Name]





