Remove Zone
ha_remove_zoneRemove a zone from Home Assistant by its ID. Deleting a zone that is used in automations can cause those automations to fail, so verify usage first.
Instructions
Remove a Home Assistant zone.
EXAMPLES:
Remove zone: ha_remove_zone("abc123")
WARNING: Removing a zone used in automations may cause those automations to fail. Use ha_get_zone() to find the zone_id for the zone you want to remove.
NOTE: The 'home' zone cannot be removed as it is typically defined in configuration.yaml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID to remove (use ha_get_zone to find IDs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||