mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
HassIO API fix
This commit is contained in:
parent
b14c07a60c
commit
b532267596
@ -30,7 +30,7 @@ TIMEOUT = 10
|
|||||||
HASSIO_REST_COMMANDS = {
|
HASSIO_REST_COMMANDS = {
|
||||||
'host/shutdown': ['POST'],
|
'host/shutdown': ['POST'],
|
||||||
'host/reboot': ['POST'],
|
'host/reboot': ['POST'],
|
||||||
'host/update': ['GET'],
|
'host/update': ['POST'],
|
||||||
'host/info': ['GET'],
|
'host/info': ['GET'],
|
||||||
'supervisor/info': ['GET'],
|
'supervisor/info': ['GET'],
|
||||||
'supervisor/update': ['POST'],
|
'supervisor/update': ['POST'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user