diff --git a/homeassistant/components/system_bridge/const.py b/homeassistant/components/system_bridge/const.py index 5560d79a769..f2e83ceb186 100644 --- a/homeassistant/components/system_bridge/const.py +++ b/homeassistant/components/system_bridge/const.py @@ -16,4 +16,5 @@ BRIDGE_CONNECTION_ERRORS = ( ClientConnectionError, ClientConnectorError, ClientResponseError, + OSError, )