diff --git a/homeassistant/components/sensor/wunderground.py b/homeassistant/components/sensor/wunderground.py index e9e0c00d47d..edcc1c92bf9 100644 --- a/homeassistant/components/sensor/wunderground.py +++ b/homeassistant/components/sensor/wunderground.py @@ -790,7 +790,5 @@ class WUndergroundData(object): self.data = result except ValueError as err: _LOGGER.error("Check WUnderground API %s", err.args) - self.data = None except (asyncio.TimeoutError, aiohttp.ClientError) as err: _LOGGER.error("Error fetching WUnderground data: %s", repr(err)) - self.data = None