Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit efc0d02

Browse files
authored
Upgrade python_opendata_transport to 0.3.0 (home-assistant#63409)
1 parent 6a67143 commit efc0d02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎homeassistant/components/swiss_public_transport/manifest.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "swiss_public_transport",
33
"name": "Swiss public transport",
44
"documentation": "https://www.home-assistant.io/integrations/swiss_public_transport",
5-
"requirements": ["python_opendata_transport==0.2.1"],
5+
"requirements": ["python_opendata_transport==0.3.0"],
66
"codeowners": ["@fabaff"],
77
"iot_class": "cloud_polling"
88
}

‎homeassistant/components/swiss_public_transport/sensor.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async def async_setup_platform(
6363
destination = config.get(CONF_DESTINATION)
6464

6565
session = async_get_clientsession(hass)
66-
opendata = OpendataTransport(start, destination, hass.loop, session)
66+
opendata = OpendataTransport(start, destination, session)
6767

6868
try:
6969
await opendata.async_get_data()

‎requirements_all.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ python-whois==0.7.3
19781978
python_awair==0.2.1
19791979

19801980
# homeassistant.components.swiss_public_transport
1981-
python_opendata_transport==0.2.1
1981+
python_opendata_transport==0.3.0
19821982

19831983
# homeassistant.components.egardia
19841984
pythonegardia==1.0.40

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /