Add delete to hassio API (#41500)
parent
a26413c989
commit
e072d8b694
|
@ -65,6 +65,7 @@ class HassIOView(HomeAssistantView):
|
|||
|
||||
return await self._command_proxy(path, request)
|
||||
|
||||
delete = _handle
|
||||
get = _handle
|
||||
post = _handle
|
||||
|
||||
|
|
Loading…
Reference in New Issue