diff --git a/supervisor/api/ingress.py b/supervisor/api/ingress.py index ec99de4a7..da9dba548 100644 --- a/supervisor/api/ingress.py +++ b/supervisor/api/ingress.py @@ -286,6 +286,7 @@ class APIIngress(CoreSysAttributes): aiohttp.ClientError, aiohttp.ClientPayloadError, ConnectionResetError, + ConnectionError, ) as err: _LOGGER.error("Stream error with %s: %s", url, err)