From 7331f4910efc2279140994a384d15abaa54e41f7 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 28 Apr 2016 08:23:23 +0200 Subject: [PATCH] Upgrade schiene to 0.15 (#1929) --- 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 189eb6ef167..ebb1aaf4d53 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -10,7 +10,7 @@ from homeassistant.util import Throttle from homeassistant.helpers.entity import Entity _LOGGER = logging.getLogger(__name__) -REQUIREMENTS = ['schiene==0.14'] +REQUIREMENTS = ['schiene==0.15'] ICON = 'mdi:train' # Return cached results if last scan was less then this time ago. diff --git a/requirements_all.txt b/requirements_all.txt index e3368506dbb..b471d8acd59 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -279,7 +279,7 @@ rxv==0.1.11 samsungctl==0.5.1 # homeassistant.components.sensor.deutsche_bahn -schiene==0.14 +schiene==0.15 # homeassistant.components.scsgate scsgate==0.1.0