mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
HassIO API fix
This commit is contained in:
parent
b532267596
commit
a732271793
@ -41,7 +41,7 @@ HASSIO_REST_COMMANDS = {
|
|||||||
'homeassistant/update': ['POST'],
|
'homeassistant/update': ['POST'],
|
||||||
'homeassistant/logs': ['GET'],
|
'homeassistant/logs': ['GET'],
|
||||||
'network/info': ['GET'],
|
'network/info': ['GET'],
|
||||||
'network/options': ['GET'],
|
'network/options': ['POST'],
|
||||||
}
|
}
|
||||||
|
|
||||||
ADDON_REST_COMMANDS = {
|
ADDON_REST_COMMANDS = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user