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",
|
"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": [
|
||||||
|
|
|
@ -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 = []
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue