mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-30 04:36:51 +00:00
Remove documentation from sun trigger
This commit is contained in:
parent
77aff671bb
commit
920e41307b
@ -38,23 +38,6 @@ elevation:
|
|||||||
<img src='/images/screenshots/more-info-dialog-sun.png' />
|
<img src='/images/screenshots/more-info-dialog-sun.png' />
|
||||||
</p>
|
</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`
|
### Maintains entity `sun.sun`
|
||||||
|
|
||||||
| Possible state | Description |
|
| Possible state | Description |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user