From 920e41307b2edcaa7cd38947dbee7e23e4101ae7 Mon Sep 17 00:00:00 2001 From: Penny Wood Date: Sun, 27 Feb 2022 15:03:06 +0800 Subject: [PATCH] Remove documentation from sun trigger --- source/_integrations/sun.markdown | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/source/_integrations/sun.markdown b/source/_integrations/sun.markdown index 39f46f8c9d6..9ad235a77e2 100644 --- a/source/_integrations/sun.markdown +++ b/source/_integrations/sun.markdown @@ -38,23 +38,6 @@ elevation:

-## Implementation Details - -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. - -```json -{ - "type": "sun", - "service": "switch.turn_on", - "event": "sunset", - "offset": "-01:00:00" -} -``` - ### Maintains entity `sun.sun` | Possible state | Description |