From 75bcb1ff0f28d5078dbbfb4641dafca7608a429c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 12 Nov 2016 21:30:05 +0100 Subject: [PATCH] Upgrade schiene to 0.18 (#4359) --- 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 e2fd3575e05..51394e0f3ac 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -15,7 +15,7 @@ from homeassistant.util import Throttle from homeassistant.helpers.entity import Entity import homeassistant.util.dt as dt_util -REQUIREMENTS = ['schiene==0.17'] +REQUIREMENTS = ['schiene==0.18'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5d238cad688..a48efed96ff 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -471,7 +471,7 @@ rxv==0.3.1 samsungctl==0.5.1 # homeassistant.components.sensor.deutsche_bahn -schiene==0.17 +schiene==0.18 # homeassistant.components.scsgate scsgate==0.1.0