diff --git a/hassio_api/README.md b/hassio_api/README.md index 0a97f9da4..065cf0266 100644 --- a/hassio_api/README.md +++ b/hassio_api/README.md @@ -5,7 +5,10 @@ ### /supervisor_info ### /supervisor_network -- Payload: {'hostname': ''} +- Payload: {'hostname': '', 'mode': 'dhcp|fixed', 'ssid': '', 'ip': '', 'netmask': '', 'gateway': ''} + +### /supervisor_power +- Payload: {'action': 'reboot|shutdown'} ## REST API HomeAssistant