Documentation for home-assistant/home-assistant-polymer#2489 (#8541)

This commit is contained in:
Thomas Lovén 2019-02-13 13:39:53 +01:00 committed by Franck Nijhof
parent 485d0a777b
commit 050ac9e21e

View File

@ -28,7 +28,7 @@ entities:
type: list type: list
geo_location_sources: geo_location_sources:
required: true 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 type: list
title: title:
required: false required: false
@ -51,7 +51,7 @@ default_zoom:
<p class="note"> <p class="note">
The `default_zoom` value will be ignored if it is set higher than the current zoom level 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. be used to zoom the map _out_ by default.
</p> </p>