From 493de295aced855d021af6742c968042fe1191f3 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 1 Dec 2017 12:26:15 +0100 Subject: [PATCH] Upgrade schiene to 0.19 (#10887) --- homeassistant/components/sensor/deutsche_bahn.py | 8 ++++---- requirements_all.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/sensor/deutsche_bahn.py b/homeassistant/components/sensor/deutsche_bahn.py index 04c9ba45c78..e07730b53e8 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -4,17 +4,17 @@ Support for information about the German train system. For more details about this platform, please refer to the documentation at https://home-assistant.io/components/sensor.deutsche_bahn/ """ -import logging from datetime import timedelta +import logging import voluptuous as vol -import homeassistant.helpers.config_validation as cv -import homeassistant.util.dt as dt_util from homeassistant.components.sensor import PLATFORM_SCHEMA +import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity +import homeassistant.util.dt as dt_util -REQUIREMENTS = ['schiene==0.18'] +REQUIREMENTS = ['schiene==0.19'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index f517a3fe45d..5f5a5323f2b 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -982,7 +982,7 @@ samsungctl==0.6.0 satel_integra==0.1.0 # homeassistant.components.sensor.deutsche_bahn -schiene==0.18 +schiene==0.19 # homeassistant.components.scsgate scsgate==0.1.0