From a86bd53a3fd8ba871eb784dd8cb6a30d4a69a975 Mon Sep 17 00:00:00 2001 From: Ryan Borstelmann Date: Tue, 29 Mar 2016 12:21:30 -0500 Subject: [PATCH] Zone Documentation - add note re: Home zone & map Add Note for "Home" zone devices not showing in the Map View in the Home Assistant UI. This has come up a couple times now on Gitter and in the GitHub Issues. --- source/_components/zone.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index accd4824824..29c84024dc6 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -51,6 +51,10 @@ Configuration variables: If no configuration is given, the `zone` component will create a zone for home. This zone will use location given in the `configuration.yaml` file and have a radius of 100 meters. To override this, create a zone configuration and name it **'Home'**. +

+Devices that are in the zone **'Home'** will not appear on the map in the Home Assistant UI. +

+ #### {% linkable_title Icons %} It is preferred to pick an icon to use for your zone. Pick any zone that you can find on [materialdesignicons.com](https://materialdesignicons.com/) and prefix the name with `mdi:`. For example `mdi:school`, `mdi:worker`, `mdi:home`, `mdi:cart`, or `mdi:castle`.