mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Prevent error when no internet or DNS is available (#12486)
This commit is contained in:
parent
eaba3b315c
commit
6299c054c8
@ -23,7 +23,7 @@ from homeassistant.helpers.event import (
|
|||||||
async_track_point_in_utc_time)
|
async_track_point_in_utc_time)
|
||||||
from homeassistant.util import dt as dt_util
|
from homeassistant.util import dt as dt_util
|
||||||
|
|
||||||
REQUIREMENTS = ['buienradar==0.9']
|
REQUIREMENTS = ['buienradar==0.91']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ from homeassistant.helpers import config_validation as cv
|
|||||||
from homeassistant.components.sensor.buienradar import (
|
from homeassistant.components.sensor.buienradar import (
|
||||||
BrData)
|
BrData)
|
||||||
|
|
||||||
REQUIREMENTS = ['buienradar==0.9']
|
REQUIREMENTS = ['buienradar==0.91']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -162,7 +162,7 @@ broadlink==0.5
|
|||||||
|
|
||||||
# homeassistant.components.sensor.buienradar
|
# homeassistant.components.sensor.buienradar
|
||||||
# homeassistant.components.weather.buienradar
|
# homeassistant.components.weather.buienradar
|
||||||
buienradar==0.9
|
buienradar==0.91
|
||||||
|
|
||||||
# homeassistant.components.calendar.caldav
|
# homeassistant.components.calendar.caldav
|
||||||
caldav==0.5.0
|
caldav==0.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user