From 5a80d4e5ea890c3501283192c7e2e9888795c546 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 23 Feb 2018 19:13:04 +0100 Subject: [PATCH] Hassio update timeout filter list (#12617) * Update timeout filter list * Update http.py --- homeassistant/components/hassio/http.py | 2 ++ 1 file changed, 2 insertions(+) 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 = {