Remove Category
ha_config_remove_categoryDelete a Home Assistant category for a given scope (e.g., automation, script). Removes category assignment from all entities. Cannot be undone.
Instructions
Delete a Home Assistant category.
Removes the category from the category registry for the given scope (e.g., 'automation', 'script', 'scene', 'helpers'). This will also remove the category assignment from all entities in that scope.
EXAMPLES:
Delete category: ha_config_remove_category("automation", "my_category_id")
Use ha_config_get_category() to find category IDs.
WARNING: Deleting a category will remove it from all assigned entities. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | Domain scope for the category (e.g., 'automation', 'script', 'scene', 'helpers'). | |
| category_id | Yes | ID of the category to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||