Paulus Schoutsen 4148f723ac Tweak sun docs
2015-10-05 21:45:53 -07:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Tracking the Sun Instructions how to track the sun within Home Assistant. 2015-01-24 14:39 false false true 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.

# Example configuration.yaml entry
homeassistant:
  latitude: 32.87336
  longitude: -117.22743

sun:
  # Optional. If ommitted will be retrieved from Google Maps
  elevation: 123

Implementation Details

Maintains entity sun.sun.

Possible state Description
above_horizon When the sun is above the horizon.
below_horizon When the sun is below the horizon.
State Attributes Description
next_rising Date and time of the next sun rising
next_setting Date and time of the next sun setting