Upgrade python_opendata_transport to 0.3.0 (#63409)
This commit is contained in:
parent
6a67143732
commit
efc0d0265d
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"domain": "swiss_public_transport",
|
||||
"name": "Swiss public transport",
|
||||
"documentation": "https://www.home-assistant.io/integrations/swiss_public_transport",
|
||||
"requirements": ["python_opendata_transport==0.2.1"],
|
||||
"requirements": ["python_opendata_transport==0.3.0"],
|
||||
"codeowners": ["@fabaff"],
|
||||
"iot_class": "cloud_polling"
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@ async def async_setup_platform(
|
|||
destination = config.get(CONF_DESTINATION)
|
||||
|
||||
session = async_get_clientsession(hass)
|
||||
opendata = OpendataTransport(start, destination, hass.loop, session)
|
||||
opendata = OpendataTransport(start, destination, session)
|
||||
|
||||
try:
|
||||
await opendata.async_get_data()
|
||||
|
|
|
@ -1978,7 +1978,7 @@ python-whois==0.7.3
|
|||
python_awair==0.2.1
|
||||
|
||||
# homeassistant.components.swiss_public_transport
|
||||
python_opendata_transport==0.2.1
|
||||
python_opendata_transport==0.3.0
|
||||
|
||||
# homeassistant.components.egardia
|
||||
pythonegardia==1.0.40
|
||||
|
|
Loading…
Add table
Reference in a new issue