From f966910edf7dd3f78899bf4ce4d648d68b0c837a Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Thu, 16 Sep 2021 18:20:20 +0200 Subject: [PATCH] Clarify that overriding Home in UI is not supported (#19354) --- source/_integrations/zone.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/zone.markdown b/source/_integrations/zone.markdown index 01ab4261f5d..cb07d4ff0a2 100644 --- a/source/_integrations/zone.markdown +++ b/source/_integrations/zone.markdown @@ -71,7 +71,7 @@ To find the latitude/longitude of a certain place you can use [Google Maps](http ## Home zone -If no configuration is given, the `zone` integration will create a zone for home. This zone will use location provided in the `configuration.yaml` file and have a radius of 100 meters. To override this, create a zone configuration and name it **'Home'**. +If no configuration is given, the `zone` integration will create a zone for home. This zone will use location provided in the `configuration.yaml` file and have a radius of 100 meters. To override this, create a zone configuration in `configuration.yaml` (see above) and name it **'Home'**. Overriding the Home zone via the UI is not supported.