Add delete to hassio API (#41500)

This commit is contained in:
Joakim Sørensen 2020-10-08 20:40:45 +02:00 committed by GitHub
parent 1e9e0c8686
commit 61a5bf5645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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