Update delijn to 1.0.0 (#65776)

* Update delijn to 1.0.0

* -1
pull/65790/head
Franck Nijhof 2022-02-05 13:31:04 +01:00 committed by GitHub
parent efd7b2a978
commit e386f4846d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "De Lijn", "name": "De Lijn",
"documentation": "https://www.home-assistant.io/integrations/delijn", "documentation": "https://www.home-assistant.io/integrations/delijn",
"codeowners": ["@bollewolle", "@Emilv2"], "codeowners": ["@bollewolle", "@Emilv2"],
"requirements": ["pydelijn==0.6.1"], "requirements": ["pydelijn==1.0.0"],
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["pydelijn"] "loggers": ["pydelijn"]
} }

View File

@ -67,7 +67,6 @@ async def async_setup_platform(
sensors.append( sensors.append(
DeLijnPublicTransportSensor( DeLijnPublicTransportSensor(
Passages( Passages(
hass.loop,
nextpassage[CONF_STOP_ID], nextpassage[CONF_STOP_ID],
nextpassage[CONF_NUMBER_OF_DEPARTURES], nextpassage[CONF_NUMBER_OF_DEPARTURES],
api_key, api_key,

View File

@ -1464,7 +1464,7 @@ pydanfossair==0.1.0
pydeconz==86 pydeconz==86
# homeassistant.components.delijn # homeassistant.components.delijn
pydelijn==0.6.1 pydelijn==1.0.0
# homeassistant.components.dexcom # homeassistant.components.dexcom
pydexcom==0.2.2 pydexcom==0.2.2

View File

@ -3,7 +3,7 @@ PIP_CACHE=$1
# Number of existing dependency conflicts # Number of existing dependency conflicts
# Update if a PR resolve one! # Update if a PR resolve one!
DEPENDENCY_CONFLICTS=12 DEPENDENCY_CONFLICTS=11
PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE) PIP_CHECK=$(pip check --cache-dir=$PIP_CACHE)
LINE_COUNT=$(echo "$PIP_CHECK" | wc -l) LINE_COUNT=$(echo "$PIP_CHECK" | wc -l)