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.
+