Skip to main content
Glama

Home Assistant MCP

by hpohlmann

search_entities

Find Home Assistant devices and entities using natural language queries to identify specific controls like lights, switches, or sensors for automation tasks.

Instructions

Search for Home Assistant entities matching a natural language description.

Args: description: Natural language description of the entity (e.g., "office light", "kitchen fan") Returns: A list of matching entity IDs with their friendly names, or an error message

Input Schema

NameRequiredDescriptionDefault
descriptionYes

Input Schema (JSON Schema)

{ "properties": { "description": { "title": "Description", "type": "string" } }, "required": [ "description" ], "type": "object" }

Other Tools from Home Assistant MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/hpohlmann/home-assistant-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server