Update upstream (#27440)

This commit is contained in:
cgtobi 2019-10-11 18:29:27 +02:00 committed by Fabian Affolter
parent 618cf5fa04
commit cb30065a40
4 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"name": "Rmvtransport",
"documentation": "https://www.home-assistant.io/integrations/rmvtransport",
"requirements": [
"PyRMVtransport==0.1.3"
"PyRMVtransport==0.2.9"
],
"dependencies": [],
"codeowners": [

View file

@ -230,8 +230,8 @@ class RMVDepartureData:
_data = await self.rmv.get_departures(
self._station_id,
products=self._products,
directionId=self._direction,
maxJourneys=50,
direction_id=self._direction,
max_journeys=50,
)
except RMVtransportApiConnectionError:
self.departures = []

View file

@ -66,7 +66,7 @@ PyNaCl==1.3.0
PyQRCode==1.2.1
# homeassistant.components.rmvtransport
PyRMVtransport==0.1.3
PyRMVtransport==0.2.9
# homeassistant.components.switchbot
# PySwitchbot==0.6.2

View file

@ -34,7 +34,7 @@ PyNaCl==1.3.0
PyQRCode==1.2.1
# homeassistant.components.rmvtransport
PyRMVtransport==0.1.3
PyRMVtransport==0.2.9
# homeassistant.components.transport_nsw
PyTransportNSW==0.1.1