Update upstream (#27440)
This commit is contained in:
parent
618cf5fa04
commit
cb30065a40
4 changed files with 5 additions and 5 deletions
|
@ -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": [
|
||||
|
|
|
@ -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 = []
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue