diff --git a/homeassistant/components/hassio/http.py b/homeassistant/components/hassio/http.py index 95f861e6097..e42a7378b3c 100644 --- a/homeassistant/components/hassio/http.py +++ b/homeassistant/components/hassio/http.py @@ -65,6 +65,7 @@ class HassIOView(HomeAssistantView): return await self._command_proxy(path, request) + delete = _handle get = _handle post = _handle