mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Upgrade schiene to 0.17 (#2231)
This commit is contained in:
parent
fd4a9cf7c5
commit
9a7ea72fa0
@ -10,7 +10,7 @@ from homeassistant.util import Throttle
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = ['schiene==0.15']
|
REQUIREMENTS = ['schiene==0.17']
|
||||||
ICON = 'mdi:train'
|
ICON = 'mdi:train'
|
||||||
|
|
||||||
# Return cached results if last scan was less then this time ago.
|
# Return cached results if last scan was less then this time ago.
|
||||||
|
@ -322,7 +322,7 @@ rxv==0.1.11
|
|||||||
samsungctl==0.5.1
|
samsungctl==0.5.1
|
||||||
|
|
||||||
# homeassistant.components.sensor.deutsche_bahn
|
# homeassistant.components.sensor.deutsche_bahn
|
||||||
schiene==0.15
|
schiene==0.17
|
||||||
|
|
||||||
# homeassistant.components.scsgate
|
# homeassistant.components.scsgate
|
||||||
scsgate==0.1.0
|
scsgate==0.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user