Upgrade python_opendata_transport to 0.3.0 (#63409)

This commit is contained in:
Stefan Agner 2022-01-05 14:52:25 +01:00 committed by GitHub
parent 6a67143732
commit efc0d0265d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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"
}

View file

@ -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()

View file

@ -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