Prevent error when no internet or DNS is available (#12486)

This commit is contained in:
mjj4791 2018-02-18 01:19:27 +01:00 committed by Paulus Schoutsen
parent eaba3b315c
commit 6299c054c8
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ from homeassistant.helpers.event import (
async_track_point_in_utc_time)
from homeassistant.util import dt as dt_util
REQUIREMENTS = ['buienradar==0.9']
REQUIREMENTS = ['buienradar==0.91']
_LOGGER = logging.getLogger(__name__)