clarification (#2265)

The explanation of the elevation property did not metion the default configuration
This commit is contained in:
Beat 2017-03-15 19:07:07 +01:00 committed by Fabian Affolter
parent 7da0f4ab69
commit 5927a8d4d5

View File

@ -11,7 +11,7 @@ logo: home-assistant.png
ha_category: Weather
---
The sun component will use your current location to track if the sun is above or below the horizon.The sun can be used within automation as [a trigger with an optional offset to simulate dawn/dusk][automation-trigger].
The sun component will use your current location to track if the sun is above or below the horizon. The sun can be used within automation as [a trigger with an optional offset to simulate dawn/dusk][automation-trigger].
[automation-trigger]: /getting-started/automation-trigger/#sun-trigger
@ -22,7 +22,7 @@ sun:
Configuration variables:
- **elevation** (*Optional*): The (physical) elevation of your location, in metres above sea level. If omitted will be retrieved from Google Maps.
- **elevation** (*Optional*): The (physical) elevation of your location, in metres above sea level. Defaults to the `elevation` in `configuration.yaml`, which is retrieved from Google Maps if not set.
<p class='img'>
<img src='/images/screenshots/more-info-dialog-sun.png' />