Add zone UI info (#24900)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Rosemary Orchard 2022-11-15 22:06:48 +00:00 committed by GitHub
parent ecce17b237
commit 189ff4ef4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ Zones allow you to specify certain regions on earth (for now). When a device tra
Zones can be added and managed through the user interface at **{% my zones title="Settings -> Areas & Zones" %}**.
![Screenshot of the UI for adding or editing a zone](/images/integrations/zone/zone_edit_ui.png)
You can add a zone in the user interface by specifying the GPS coordinates or dragging the icon on the map. You can adjust the zone radius (except for the Home zone) by changing the size of the zone circle.
Zones can also be configured via `configuration.yaml`:
```yaml
@ -82,7 +86,7 @@ Devices that are in the zone **'Home'** will not appear on the map in the Home A
## Icons
It is preferred to pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:briefcase`, `mdi:home`, `mdi:cart`, or `mdi:castle`.
It is recommended that you pick an icon to use for your zone. Pick any icon that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:briefcase`, `mdi:home`, `mdi:cart`, or `mdi:castle`.
## State

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB