From 5927a8d4d52517d7d333c502a102b902b61232d5 Mon Sep 17 00:00:00 2001 From: Beat Date: Wed, 15 Mar 2017 19:07:07 +0100 Subject: [PATCH] clarification (#2265) The explanation of the elevation property did not metion the default configuration --- source/_components/sun.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 1e2924c2160..025daf1bff9 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -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.