mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
HassIO API fix
This commit is contained in:
parent
b14c07a60c
commit
b532267596
@ -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…
x
Reference in New Issue
Block a user