Home Assistant MCP Server

list_entities

List all available entities in Home Assistant

Input Schema

NameRequiredDescriptionDefault
domainNoOptional domain filter (e.g., light, switch, automation)

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Optional domain filter (e.g., light, switch, automation)", "type": "string" } }, "type": "object" }