HassIO API fix
This commit is contained in:
parent
b14c07a60c
commit
b532267596
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ TIMEOUT = 10
|
|||
HASSIO_REST_COMMANDS = {
|
||||
'host/shutdown': ['POST'],
|
||||
'host/reboot': ['POST'],
|
||||
'host/update': ['GET'],
|
||||
'host/update': ['POST'],
|
||||
'host/info': ['GET'],
|
||||
'supervisor/info': ['GET'],
|
||||
'supervisor/update': ['POST'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue