From 650658ea018c0a1260afb8ff5d01f3d35440639c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 12 Mar 2019 01:55:29 +0530 Subject: [PATCH] Upgrade schiene to 0.23 (#21940) --- homeassistant/components/sensor/deutsche_bahn.py | 9 ++------- requirements_all.txt | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/sensor/deutsche_bahn.py b/homeassistant/components/sensor/deutsche_bahn.py index 2cbf9a6d691..41584b2561f 100644 --- a/homeassistant/components/sensor/deutsche_bahn.py +++ b/homeassistant/components/sensor/deutsche_bahn.py @@ -1,9 +1,4 @@ -""" -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/ -""" +"""Support for information about the German train system.""" from datetime import timedelta import logging @@ -14,7 +9,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity import homeassistant.util.dt as dt_util -REQUIREMENTS = ['schiene==0.22'] +REQUIREMENTS = ['schiene==0.23'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 168e4f37ed5..d34c3483eb1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1550,7 +1550,7 @@ samsungctl[websocket]==0.7.1 satel_integra==0.3.2 # homeassistant.components.sensor.deutsche_bahn -schiene==0.22 +schiene==0.23 # homeassistant.components.scsgate scsgate==0.1.0