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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue