From 85f518388c10b59f1304e77b52ffca70e05c5472 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 Oct 2015 08:59:16 +0200 Subject: [PATCH] Add icon and variable description --- source/components/sun.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/source/components/sun.markdown b/source/components/sun.markdown index ee46abe499e..4943d40bf8c 100644 --- a/source/components/sun.markdown +++ b/source/components/sun.markdown @@ -9,6 +9,7 @@ sharing: true footer: true --- + 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]. @@ -21,10 +22,14 @@ homeassistant: longitude: -117.22743 sun: - # Optional. If ommitted will be retrieved from Google Maps elevation: 123 ``` + +Configuration variables: + +- **elevation** (*Optional*): The solar elevation angle is the altitude of the sun. If ommitted will be retrieved from Google Maps. +