mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +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.
|
||||
|
||||
On error:
|
||||
```json
|
||||
{
|
||||
"result": "error",
|
||||
"message": ""
|
||||
}
|
||||
```
|
||||
|
||||
On success
|
||||
```json
|
||||
{
|
||||
"result": "ok",
|
||||
"data": { }
|
||||
}
|
||||
```
|
||||
|
||||
### HassIO
|
||||
|
||||
- `/supervisor/info`
|
||||
|
Loading…
x
Reference in New Issue
Block a user