Upgrade schiene to 0.15 (#1929)
This commit is contained in:
parent
6b81773075
commit
7331f4910e
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue