HassIO API fix

This commit is contained in:
Paulus Schoutsen 2017-04-26 23:23:18 -07:00 committed by GitHub
parent b14c07a60c
commit b532267596

View file

@ -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'],