Prevent error when no internet or DNS is available (#12486)
This commit is contained in:
parent
eaba3b315c
commit
6299c054c8
3 changed files with 3 additions and 3 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ from homeassistant.helpers import config_validation as cv
|
|||
from homeassistant.components.sensor.buienradar import (
|
||||
BrData)
|
||||
|
||||
REQUIREMENTS = ['buienradar==0.9']
|
||||
REQUIREMENTS = ['buienradar==0.91']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ broadlink==0.5
|
|||
|
||||
# homeassistant.components.sensor.buienradar
|
||||
# homeassistant.components.weather.buienradar
|
||||
buienradar==0.9
|
||||
buienradar==0.91
|
||||
|
||||
# homeassistant.components.calendar.caldav
|
||||
caldav==0.5.0
|
||||
|
|
Loading…
Add table
Reference in a new issue