From a0b6f44046d238cf726e4abb013e0b795d348b0a Mon Sep 17 00:00:00 2001 From: Nate Date: Tue, 11 Apr 2017 22:46:42 +0200 Subject: [PATCH] Updated documentation for the Sun component to match home-assistant/home-assistant#6857 (#2357) --- source/_components/sun.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 025daf1bff9..4e34e985e30 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -56,5 +56,9 @@ The sun event need to have the type 'sun', which service to call, which event (s | --------- | ----------- | | `next_rising` | Date and time of the next sun rising (in UTC). | `next_setting` | Date and time of the next sun setting (in UTC). +| `next_dawn` | Date and time of the next dawn (in UTC). +| `next_dusk` | Date and time of the next dusk (in UTC). +| `next_noon` | Date and time of the next solar noon (in UTC). +| `next_midnight` | Date and time of the next solar midnight (in UTC). | `elevation` | Solar elevation. This is the angle between the sun and the horizon. Negative values mean the sun is below the horizon. | `azimuth` | Solar azimuth. The angle is shown clockwise from north.