Skip to content

Commit e386f48

Browse files
authored
Update delijn to 1.0.0 (home-assistant#65776)
* Update delijn to 1.0.0 * -1
1 parent efd7b2a commit e386f48

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

homeassistant/components/delijn/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "De Lijn",
44
"documentation": "https://www.home-assistant.io/integrations/delijn",
55
"codeowners": ["@bollewolle", "@Emilv2"],
6-
"requirements": ["pydelijn==0.6.1"],
6+
"requirements": ["pydelijn==1.0.0"],
77
"iot_class": "cloud_polling",
88
"loggers": ["pydelijn"]
99
}

homeassistant/components/delijn/sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ async def async_setup_platform(
6767
sensors.append(
6868
DeLijnPublicTransportSensor(
6969
Passages(
70-
hass.loop,
7170
nextpassage[CONF_STOP_ID],
7271
nextpassage[CONF_NUMBER_OF_DEPARTURES],
7372
api_key,

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ pydanfossair==0.1.0
14641464
pydeconz==86
14651465

14661466
# homeassistant.components.delijn
1467-
pydelijn==0.6.1
1467+
pydelijn==1.0.0
14681468

14691469
# homeassistant.components.dexcom
14701470
pydexcom==0.2.2

script/pip_check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PIP_CACHE=$1
33

44
# Number of existing dependency conflicts
55
# Update if a PR resolve one!
6-
DEPENDENCY_CONFLICTS=12
6+
DEPENDENCY_CONFLICTS=11
77

88
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
99
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)

0 commit comments

Comments
 (0)