/ 디렉터리 / 플레이그라운드 / home-assistant-vibecode-agent
● 커뮤니티 Coolver ⚡ 바로 사용

home-assistant-vibecode-agent

제작: Coolver · Coolver/home-assistant-vibecode-agent

Manage Home Assistant from your IDE — create automations, design dashboards, and deploy configs using natural language.

home-assistant-vibecode-agent is a Home Assistant add-on with MCP server integration that lets AI IDEs (Claude Code, Cursor, VS Code) autonomously manage smart home configurations. It can create automations, design Lovelace dashboards, install HACS components, manage add-ons, and validate configurations — all with git-based automatic backups and one-click rollback.

왜 쓰나요

핵심 기능

라이브 데모

실제 사용 모습

home-assistant-vibecode-agent-2.replay ▶ 준비됨
0/0

설치

클라이언트 선택

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "home-assistant-vibecode-agent-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
      ]
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config 열기. 저장 후 앱 재시작.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "home-assistant-vibecode-agent-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
      ]
    }
  }
}

Cursor는 Claude Desktop과 동일한 mcpServers 스키마 사용. 프로젝트 설정이 전역보다 우선.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "home-assistant-vibecode-agent-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
      ]
    }
  }
}

Cline 사이드바의 MCP Servers 아이콘 클릭 후 "Edit Configuration" 선택.

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "home-assistant-vibecode-agent-2": {
      "command": "TODO",
      "args": [
        "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
      ]
    }
  }
}

Claude Desktop과 같은 형식. Windsurf 재시작 후 적용.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "home-assistant-vibecode-agent-2",
      "command": "TODO",
      "args": [
        "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
      ]
    }
  ]
}

Continue는 맵이 아닌 서버 오브젝트 배열 사용.

~/.config/zed/settings.json
{
  "context_servers": {
    "home-assistant-vibecode-agent-2": {
      "command": {
        "path": "TODO",
        "args": [
          "See README: https://github.com/Coolver/home-assistant-vibecode-agent"
        ]
      }
    }
  }
}

context_servers에 추가. 저장 시 Zed가 핫 리로드.

claude mcp add home-assistant-vibecode-agent-2 -- TODO 'See README: https://github.com/Coolver/home-assistant-vibecode-agent'

한 줄 명령. claude mcp list로 확인, claude mcp remove로 제거.

사용 사례

실전 활용법: home-assistant-vibecode-agent

How to create a Home Assistant automation with natural language

👤 Smart home enthusiasts who prefer describing what they want over writing YAML ⏱ ~10 min beginner

언제 쓸까: You want to automate something in your home but don't want to write YAML manually.

사전 조건
  • Home Assistant with the add-on installed — Add repository https://github.com/coolver/home-assistant-vibecode-agent and install
  • MCP client configured — Configure Claude Code or Cursor to connect to the add-on's MCP endpoint
흐름
  1. Describe your automation
    Create an automation: when I arrive home (phone GPS enters home zone), turn on the living room lights, set them to 70% brightness, and start playing my Spotify playlist on the kitchen speaker.✓ 복사됨
    → Automation YAML generated and validated
  2. Deploy and test
    Deploy this automation and trigger a test run.✓ 복사됨
    → Automation deployed with backup created and test results

결과: A working Home Assistant automation created from a plain English description.

함정
  • Entity names don't match what you described — Ask the agent to list available entities first so you can reference the correct names

Design a custom Lovelace dashboard with AI

👤 Home Assistant users who want better dashboards without learning Lovelace YAML ⏱ ~20 min intermediate

언제 쓸까: You want a beautiful, functional dashboard but find the manual editor limiting.

사전 조건
  • Vibecode agent running and connected — Install add-on and configure MCP client
흐름
  1. Describe the dashboard
    Design a dashboard for my bedroom: show temperature/humidity from the sensor, light controls with brightness sliders, a media player card for the Sonos, and a graph of temperature over the last 24 hours.✓ 복사됨
    → Lovelace YAML generated with all requested cards
  2. Iterate on design
    Move the media player to the top and add a dark theme that matches my bedroom colors.✓ 복사됨
    → Updated dashboard with reordered cards and custom theme

결과: A polished Lovelace dashboard deployed to Home Assistant.

함정
  • Custom cards require HACS installation — Ask the agent to install required HACS components before adding custom cards

조합

다른 MCP와 조합해 10배 효율

home-assistant-vibecode-agent-2 + filesystem

Export and backup Home Assistant configurations to local files

Export all my automations and dashboard configs to ~/ha-backup/ for version control.✓ 복사됨

도구

이 MCP가 노출하는 것

도구입력언제 호출비용
create_automation description or YAML Create or modify Home Assistant automations 0
update_dashboard dashboard config Create or update Lovelace dashboards 0
list_entities domain?: str List available Home Assistant entities 0
call_service domain: str, service: str, data?: obj Call a Home Assistant service (turn on lights, play media, etc.) 0
install_hacs component: str Install a HACS community component 0

비용 및 제한

운영 비용

API 쿼터
N/A — communicates with local Home Assistant instance
호출당 토큰
200–1000 tokens per operation
금액
Free — open source add-on
List entities first to reduce trial-and-error when creating automations.

보안

권한, 시크릿, 파급범위

최소 스코프: Home Assistant long-lived access token
자격 증명 저장: HA access token configured in the add-on settings
데이터 외부 송신: Communicates with your local Home Assistant instance only. HACS downloads from GitHub.

문제 해결

자주 발생하는 오류와 해결

Add-on can't connect to Home Assistant

Verify the long-lived access token is correct and hasn't expired. Check the add-on logs for connection errors.

확인: Check Home Assistant → Settings → Add-ons for the agent's status
Automation validation fails

The generated YAML may reference entities that don't exist. List entities first to verify names.

확인: list_entities to see all available entity IDs
HACS component not installing

Ensure HACS itself is installed in Home Assistant first. Check that the component name is correct.

확인: Verify HACS is accessible from Home Assistant sidebar

대안

home-assistant-vibecode-agent 다른 것과 비교

대안언제 쓰나단점/장점
Home Assistant REST API directlyYou want direct API access without the MCP layerMore control but no AI-assisted YAML generation or validation

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기