mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 02:34:57 -05:00
HassIO API fix
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user