From 56ef0acef8e3b4c988e4ddb177b8919c43fffdb1 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Jun 2016 14:47:16 +0200 Subject: [PATCH] Add azimuth --- source/_components/sun.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown index 08bcf3e25a8..8a9ecdc6e0e 100644 --- a/source/_components/sun.markdown +++ b/source/_components/sun.markdown @@ -35,7 +35,7 @@ Configuration variables: ### {% linkable_title Implementation Details %} -The suns event listener will call the service when the sun rises or sets with an offset. +The sun's event listener will call the service when the sun rises or sets with an offset. The sun event need to have the type 'sun', which service to call, which event (sunset or sunrise) and the offset. @@ -62,3 +62,4 @@ 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). | `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.