automations_get_automation_config
Retrieve the YAML config of a Home Assistant automation as a dict by its ID. Returns None if not found.
Instructions
Get an automation's YAML config as a dict. Accepts bare id or 'automation.'. Returns None if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| automation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |