diff --git a/hassio_api/README.md b/hassio_api/README.md index a62745dfb..f57fe1f4c 100644 --- a/hassio_api/README.md +++ b/hassio_api/README.md @@ -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`