mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 01:56:34 +00:00
update readme
This commit is contained in:
parent
2efa03450e
commit
d8ab85986d
@ -37,6 +37,22 @@ level:
|
|||||||
|
|
||||||
Interface for HomeAssistant to controll things from supervisor.
|
Interface for HomeAssistant to controll things from supervisor.
|
||||||
|
|
||||||
|
On error:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"result": "error",
|
||||||
|
"message": ""
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
On success
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"result": "ok",
|
||||||
|
"data": { }
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
### HassIO
|
### HassIO
|
||||||
|
|
||||||
- `/supervisor/info`
|
- `/supervisor/info`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user