diff --git a/homeassistant/components/sensor/deutsche_bahn.py b/homeassistant/components/sensor/deutsche_bahn.py index e07730b53e87fc..c13fc930ed1b75 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -14,7 +14,7 @@ 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 c3d1861289c9b6..38cff1464daeeb 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