Remove Automation
ha_config_remove_automationDelete a Home Assistant automation permanently by providing its entity_id or unique_id. The tool resolves the canonical automation entity before removal.
Instructions
Delete a Home Assistant automation.
The returned automation_id is the resolved entity_id (canonical
form, e.g. automation.morning_routine) when the registry lookup
succeeded before the delete, falling back to the input
identifier otherwise.
EXAMPLES:
Delete automation: ha_config_remove_automation("automation.old_automation")
Delete by unique_id: ha_config_remove_automation("my_unique_id")
WARNING: Deleting an automation removes it permanently from your Home Assistant configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Wait for automation to be fully removed before returning. Default: True. | |
| identifier | Yes | Automation entity_id (e.g., 'automation.old_automation') or unique_id to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||