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

Using Telegram Topics for Unlimited Parallel AI Agent Conversations
A developer discovered that converting Telegram groups to forums enables each topic to function as an isolated session for AI agents, allowing unlimited parallel conversations without creating additional bots or tokens.

Alien Pinball Postmortem: Full Physics Pinball Game Built with Claude + AI Toolchain
A developer shares how they built a complete browser pinball game using Claude Code (Opus), ChatGPT for art, Suno for music, and LittleJS+Box2D. Includes PixiJS-less workflow, AI-generated art aligned to physics geometry, and practical lessons on AI code co-development.

Master Thesis Written Mostly with Claude: Economics Student Passes with Top Grade
An economics student used Claude for literature review, data analysis with Python scripts and Excel, and presentation — passed with a top grade near PhD level. Appendix disclosed AI use, no questions asked.

Adding a lightweight browser layer to OpenClaw on headless VPS
A developer shares their approach to handling sites that need more than pure headless browsing by adding a minimal visual browser environment only when needed, while keeping the VPS headless by default and reusing persistent browser profiles.