This skill provides structured access to Home Assistant via its native MCP (Model Context Protocol) integration. It provides tools and context for interacting with devices, sensors, and cameras in the smart home.
The MCP server endpoint is http://220.0.0.5:8123/api/mcp.
Ensure the connection is configured with the correct Long-Lived Access Token.
MCP tools for cameras (video_garage, homeassistant___XXXXX) DO NOT WORK!
Always use exec with curl to the REST API to get camera snapshots:
curl -s -H "Authorization: Bearer
After fetching, verify it's a JPEG with file, then display it using the MEDIA: directive.
HassTurnOff = OPEN, HassTurnOn = CLOSE.current_position: 0 or state.Garage 2 Motion as it produces false positives.homeassistant__forced tool.homeassistant__GetLiveContext to get a snapshot of all exposed entities.curl -H "Authorization: Bearer " http://220.0.0.5:8123/api/states/ Review /home/clawd/.openclaw/workspace/memory/home-assistant-entities.md for a full list of areas and key entities.
共 1 个版本