Home Assistant MCP Server

trigger_automation

Trigger a Home Assistant automation

Input Schema

NameRequiredDescriptionDefault
automation_idYesThe automation ID to trigger (e.g., automation.morning_routine)

Input Schema (JSON Schema)

{ "properties": { "automation_id": { "description": "The automation ID to trigger (e.g., automation.morning_routine)", "type": "string" } }, "required": [ "automation_id" ], "type": "object" }