From 050ac9e21e00a4c6bf3a816d9593e74997aab6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 13 Feb 2019 13:39:53 +0100 Subject: [PATCH] Documentation for home-assistant/home-assistant-polymer#2489 (#8541) --- source/_lovelace/map.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_lovelace/map.markdown b/source/_lovelace/map.markdown index 6e82ea9c13d..f7f3169fb0c 100644 --- a/source/_lovelace/map.markdown +++ b/source/_lovelace/map.markdown @@ -28,7 +28,7 @@ entities: type: list geo_location_sources: required: true - description: List of geolocation sources. All current entities with that source will be displayed on the map. See [Geolocation](/components/geo_location/) platform for valid sources. Either this or the `entities` configuration option is required. + description: List of geolocation sources. All current entities with that source will be displayed on the map. See [Geolocation](/components/geo_location/) platform for valid sources. Set to `all` to use all available sources. Either this or the `entities` configuration option is required. type: list title: required: false @@ -51,7 +51,7 @@ default_zoom:

The `default_zoom` value will be ignored if it is set higher than the current zoom level - after fitting all visible entity markers in the map window. In other words, this can only + after fitting all visible entity markers in the map window. In other words, this can only be used to zoom the map _out_ by default.