Fix hvv departures authentication (#75146)

pull/75758/head
Tom Schneider 2022-07-26 10:47:03 +02:00 committed by Franck Nijhof
parent 7402dc824e
commit 58b7f9a032
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "HVV Departures",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/hvv_departures",
"requirements": ["pygti==0.9.2"],
"requirements": ["pygti==0.9.3"],
"codeowners": ["@vigonotion"],
"iot_class": "cloud_polling",
"loggers": ["pygti"]

View File

@ -1532,7 +1532,7 @@ pygatt[GATTTOOL]==4.0.5
pygtfs==0.1.6
# homeassistant.components.hvv_departures
pygti==0.9.2
pygti==0.9.3
# homeassistant.components.version
pyhaversion==22.4.1

View File

@ -1032,7 +1032,7 @@ pyfttt==0.3
pygatt[GATTTOOL]==4.0.5
# homeassistant.components.hvv_departures
pygti==0.9.2
pygti==0.9.3
# homeassistant.components.version
pyhaversion==22.4.1