From e072d8b6945867e5c6daffff39bcc0679ecbf4de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 8 Oct 2020 20:40:45 +0200 Subject: [PATCH] Add delete to hassio API (#41500) --- homeassistant/components/hassio/http.py | 1 + 1 file changed, 1 insertion(+) 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