Remove Zone
ha_remove_zoneRemove a Home Assistant zone using its zone ID. Automations depending on the zone may fail after removal.
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 | |||