automations_get_automation_config
Retrieve the YAML configuration of any Home Assistant automation by its ID. Returns the config as a dictionary, or None if the automation is 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 |