Skip to main content
Glama

Home Assistant MCP

by hpohlmann

control_device

Turn Home Assistant devices on or off by specifying entity IDs and desired states to manage smart home automation through natural language commands.

Instructions

Control a Home Assistant entity by turning it on or off.

Args: entity_id: The Home Assistant entity ID to control (format: domain.entity) state: The desired state ('on' or 'off')

Input Schema

NameRequiredDescriptionDefault
entity_idYes
stateYes

Input Schema (JSON Schema)

{ "properties": { "entity_id": { "title": "Entity Id", "type": "string" }, "state": { "title": "State", "type": "string" } }, "required": [ "entity_id", "state" ], "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