Upgrade schiene to 0.23 (#21940)

This commit is contained in:
Fabian Affolter 2019-03-12 01:55:29 +05:30 committed by Pascal Vizeli
parent 92ff49212b
commit 650658ea01
2 changed files with 3 additions and 8 deletions

View file

@ -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__)

View file

@ -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