diff --git a/homeassistant/components/rest/data.py b/homeassistant/components/rest/data.py index e9fbb5718a5..bc98b0caf68 100644 --- a/homeassistant/components/rest/data.py +++ b/homeassistant/components/rest/data.py @@ -65,6 +65,7 @@ class RestData: auth=self._auth, data=self._request_data, timeout=self._timeout, + follow_redirects=True, ) self.data = response.text self.headers = response.headers