Skip to content

Commit

Permalink
Fix hvv departures authentication (#75146)
Browse files Browse the repository at this point in the history
  • Loading branch information
vigonotion authored Jul 26, 2022
1 parent a98f658 commit eaee923
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/hvv_departures/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,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
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ pyfronius==0.7.1
pyfttt==0.3

# homeassistant.components.hvv_departures
pygti==0.9.2
pygti==0.9.3

# homeassistant.components.version
pyhaversion==22.4.1
Expand Down

0 comments on commit eaee923

Please sign in to comment.