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",
"documentation": "https://www.home-assistant.io/integrations/delijn",
"codeowners": ["@bollewolle", "@Emilv2"],
"requirements": ["pydelijn==0.6.1"],
"requirements": ["pydelijn==1.0.0"],
"iot_class": "cloud_polling",
"loggers": ["pydelijn"]
}

View File

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

View File

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

View File

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