HassIO API fix

pull/7336/head
Paulus Schoutsen 2017-04-26 23:24:02 -07:00 committed by GitHub
parent b532267596
commit a732271793
1 changed files with 1 additions and 1 deletions

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 = {