home_automation
Manage Home Assistant automations: list all with state and last trigger, trigger on demand, or enable/disable by entity ID.
Instructions
List, trigger, enable, or disable Home Assistant automations. "list" shows all automations with their state and last trigger time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: "list" shows all automations, "trigger" fires one immediately, "enable"/"disable" toggles an automation on or off. | |
| entity_id | No | Automation entity ID (e.g. "automation.lights_off_at_night"). Required for trigger/enable/disable. |