Add delete to hassio API (#41500)

pull/41877/head
Joakim Sørensen 2020-10-08 20:40:45 +02:00 committed by Paulus Schoutsen
parent a26413c989
commit e072d8b694
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ class HassIOView(HomeAssistantView):
return await self._command_proxy(path, request)
delete = _handle
get = _handle
post = _handle