Add delete to hassio API (#41500)

This commit is contained in:
Joakim Sørensen 2020-10-08 20:40:45 +02:00 committed by Paulus Schoutsen
parent a26413c989
commit e072d8b694

View File

@ -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