diff --git a/homeassistant/components/hassio/http.py b/homeassistant/components/hassio/http.py index d94826653e8..9dd6427ec38 100644 --- a/homeassistant/components/hassio/http.py +++ b/homeassistant/components/hassio/http.py @@ -31,6 +31,8 @@ NO_TIMEOUT = { re.compile(r'^addons/[^/]*/rebuild$'), re.compile(r'^snapshots/.*/full$'), re.compile(r'^snapshots/.*/partial$'), + re.compile(r'^snapshots/[^/]*/upload$'), + re.compile(r'^snapshots/[^/]*/download$'), } NO_AUTH = {