From 11cb3083efb963f78bd2a1d4fc0f05453a682c00 Mon Sep 17 00:00:00 2001 From: Erik-jan Riemers Date: Sat, 6 May 2017 14:37:01 +0200 Subject: [PATCH] Added how to find long/lat (#2578) --- source/_components/zone.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/zone.markdown b/source/_components/zone.markdown index 353f2691d92..830ae7c7c15 100644 --- a/source/_components/zone.markdown +++ b/source/_components/zone.markdown @@ -47,6 +47,8 @@ Configuration variables: - **icon** (*Optional*): Optional icon to show instead of name. - **passive** (*Optional*): Optional boolean to only use the zone for automation and hide it from the UI and not use the zone for device tracker name. Defaults to false. +To find your latitude / longtitude of a certain place you can use for example [Google Maps](https://www.google.nl/maps/) or [Bing Maps](https://www.bing.com/maps). Just right click and copy the coordinates from there (Bing) or click on the "What is here?" (Google) + #### {% linkable_title Home zone %} 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'**.