automations_get_automation_config
Retrieve a Home Assistant automation's YAML configuration as a dictionary using 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 |