Upgrade schiene to 0.19 (#10887)

This commit is contained in:
Fabian Affolter 2017-12-01 12:26:15 +01:00 committed by Pascal Vizeli
parent d2106c40e1
commit 493de295ac
2 changed files with 5 additions and 5 deletions

View File

@ -4,17 +4,17 @@ Support for information about the German train system.
For more details about this platform, please refer to the documentation at For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/sensor.deutsche_bahn/ https://home-assistant.io/components/sensor.deutsche_bahn/
""" """
import logging
from datetime import timedelta from datetime import timedelta
import logging
import voluptuous as vol 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 from homeassistant.components.sensor import PLATFORM_SCHEMA
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity 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__) _LOGGER = logging.getLogger(__name__)

View File

@ -982,7 +982,7 @@ samsungctl==0.6.0
satel_integra==0.1.0 satel_integra==0.1.0
# homeassistant.components.sensor.deutsche_bahn # homeassistant.components.sensor.deutsche_bahn
schiene==0.18 schiene==0.19
# homeassistant.components.scsgate # homeassistant.components.scsgate
scsgate==0.1.0 scsgate==0.1.0