mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 20:36:52 +00:00
Fix API doc
This commit is contained in:
parent
5e3995562c
commit
98902ef548
@ -123,8 +123,10 @@ Expects a JSON object that has atleast a state attribute:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"state": "below_horizon",
|
"state": "below_horizon",
|
||||||
"next_rising": "07:04:15 29-10-2013",
|
"attributes": {
|
||||||
"next_setting": "18:00:31 29-10-2013"
|
"next_rising": "07:04:15 29-10-2013",
|
||||||
|
"next_setting": "18:00:31 29-10-2013"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user