Get Zone
ha_get_zoneRetrieve Home Assistant zone details: list all zones or get configuration for a specific zone, including coordinates and radius.
Instructions
Get zone information - list all zones or get details for a specific one.
Without a zone_id: Lists all Home Assistant zones with their coordinates and radius. With a zone_id: Returns detailed configuration for a specific zone.
ZONE PROPERTIES:
ID, name, icon
Latitude, longitude, radius
Passive mode setting
EXAMPLES:
List all zones: ha_get_zone()
Get specific zone: ha_get_zone(zone_id="abc123")
NOTE: With the ha_mcp_tools custom component installed, YAML-defined
zones — including the auto-synthesized 'home' zone — are included and
marked editable=false / source="yaml" (storage zones created via
UI/API are source="storage"). Without the component, only storage
zones are listed and YAML-defined zones such as 'home' will not appear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | No | Zone ID to get details for (from ha_get_zone() list). If omitted, lists all zones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||