mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 03:21:40 +02:00
Add delete to hassio API (#41500)
This commit is contained in:
@@ -65,6 +65,7 @@ class HassIOView(HomeAssistantView):
|
|||||||
|
|
||||||
return await self._command_proxy(path, request)
|
return await self._command_proxy(path, request)
|
||||||
|
|
||||||
|
delete = _handle
|
||||||
get = _handle
|
get = _handle
|
||||||
post = _handle
|
post = _handle
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user