Remove Label
ha_config_remove_labelDelete a Home Assistant label and remove it from all assigned entities, devices, and areas. Warning: this action cannot be undone.
Instructions
Delete a Home Assistant label.
Removes the label from the label registry. This will also remove the label from all entities, devices, and areas that have it assigned.
EXAMPLES:
Delete label: ha_config_remove_label("my_label_id")
Use ha_config_get_label() to find label IDs.
WARNING: Deleting a label will remove it from all assigned entities. This action cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | ID of the label to delete |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||