Skip to content

Commit

Permalink
Add delete to hassio API (home-assistant#41500)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Oct 8, 2020
1 parent 1e9e0c8 commit 61a5bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/hassio/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ async def _handle(

return await self._command_proxy(path, request)

delete = _handle
get = _handle
post = _handle

Expand Down

0 comments on commit 61a5bf5

Please sign in to comment.