clarification (#2265)
The explanation of the elevation property did not metion the default configuration
This commit is contained in:
parent
7da0f4ab69
commit
5927a8d4d5
1 changed files with 2 additions and 2 deletions
|
@ -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' />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue