Remove documentation from sun trigger

This commit is contained in:
Penny Wood 2022-02-27 15:03:06 +08:00 committed by GitHub
parent 77aff671bb
commit 920e41307b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,23 +38,6 @@ elevation:
<img src='/images/screenshots/more-info-dialog-sun.png' />
</p>
## 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 |