From 4496ee5af009285853e1446b9cb04c2aa514204c Mon Sep 17 00:00:00 2001 From: Julian Kahnert Date: Sun, 7 Jan 2018 14:57:26 +0100 Subject: [PATCH] upgrade schiene to 0.20 (#11504) --- homeassistant/components/sensor/deutsche_bahn.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sensor/deutsche_bahn.py b/homeassistant/components/sensor/deutsche_bahn.py index e07730b53e8..c13fc930ed1 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -14,7 +14,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity import homeassistant.util.dt as dt_util -REQUIREMENTS = ['schiene==0.19'] +REQUIREMENTS = ['schiene==0.20'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index c3d1861289c..38cff1464da 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1034,7 +1034,7 @@ samsungctl==0.6.0 satel_integra==0.1.0 # homeassistant.components.sensor.deutsche_bahn -schiene==0.19 +schiene==0.20 # homeassistant.components.scsgate scsgate==0.1.0