Using Claude Code with ha-mcp for Home Assistant automation

Claude Code can be integrated with Home Assistant using the ha-mcp tool, allowing AI-assisted configuration and automation of smart home systems. According to a developer's experience shared on Reddit, this combination enables rapid development of Home Assistant components through natural language prompts.
Setup and configuration details
The developer describes a specific setup: Claude Code running on a Windows desktop connected to a Home Assistant installation via ha-mcp. They mention using network share access to the Home Assistant OS (HAOS) directory and Claude for Chrome as part of their workflow. The developer upgraded to Claude Max 5x from Pro because they found Pro too limiting for this type of project work.
Practical applications demonstrated
The source describes several concrete use cases:
- Big design changes to Home Assistant configuration
- Creation of new dashboards through detailed prompts
- Setup of a solar charging system from scratch after providing requirements
The developer reports significant time savings: tasks that previously took at least a week were completed in 12-14 hours using this approach. They contrast this with previous methods that required more coding knowledge and resulted in "wonky" dashboards that "kind of worked."
The key workflow described involves giving detailed prompts about preferences to Claude Code, which then handles the configuration work. The developer specifically mentions that with Claude Code, configuration becomes "as easy as giving a detailed prompt about preferences."
📖 Read the full source: r/ClaudeAI
👀 See Also

Game developer uses OpenClaw for automated feedback collection and code refactoring
A game developer runs OpenClaw as a background service on a MacBook to manage two projects: Heretical (a Steam game) and Duskland (a TypeScript project). The system uses Claude models via Discord and Telegram, with local Markdown memory files.

Episode 9 of Building an AI-Run Store: Multi-Agent Coordination for Claude Code Agents
The latest episode in the orchestrator series covers how six Claude code agents coordinate to hand off work, avoid conflicts, and maintain state across sessions when running an AI company.

Claude Mobile Workflow: Brainstorm Features on Phone, Get Autonomous Implementation
A developer shares a workflow where they brainstorm features and bug fixes with Claude on their phone while mobile, then have a daemon script automatically implement well-defined tasks by creating Linear issues and spinning up Claude Code agents to handle implementation, testing, and deployment to staging.

DevOps engineer uses Claude Code to build custom terminal app
A DevOps/SRE engineer with years of experience used Claude Code to build a terminal application they had envisioned but couldn't complete alone. The AI handled scaffolding and integrations while the engineer focused on product decisions.