HassIO API fix

This commit is contained in:
Paulus Schoutsen
2017-04-26 23:24:02 -07:00
committed by GitHub
parent b532267596
commit a732271793
+1 -1
View File
@@ -41,7 +41,7 @@ HASSIO_REST_COMMANDS = {
'homeassistant/update': ['POST'],
'homeassistant/logs': ['GET'],
'network/info': ['GET'],
'network/options': ['GET'],
'network/options': ['POST'],
}
ADDON_REST_COMMANDS = {