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.