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", "name": "Rmvtransport",
"documentation": "https://www.home-assistant.io/integrations/rmvtransport", "documentation": "https://www.home-assistant.io/integrations/rmvtransport",
"requirements": [ "requirements": [
"PyRMVtransport==0.1.3" "PyRMVtransport==0.2.9"
], ],
"dependencies": [], "dependencies": [],
"codeowners": [ "codeowners": [

View file

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

View file

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

View file

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