automations_get_automation_config
Get the YAML configuration of a Home Assistant automation by its ID. Returns a dictionary of the automation's configuration, or 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 |