zones_update_zone
Update a Home Assistant zone's attributes such as name, icon, radius, passive status, or coordinates by providing its entity ID. Only the fields you specify are sent.
Instructions
Update a zone via WS config/zone/update; only the fields you pass are sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | ||
| name | No | ||
| radius | No | ||
| passive | No | ||
| latitude | No | ||
| entity_id | Yes | ||
| longitude | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||