Skip to content

Commit

Permalink
Upgrade aiobiketrax to 1.1.1
Browse files Browse the repository at this point in the history
This should resolve the issue with the integration not working due to
API changes.
  • Loading branch information
basilfx committed Aug 30, 2023
1 parent 32330c5 commit 8c37fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/biketrax/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://www.github.com/basilfx/homeassistant-biketrax/issues",
"loggers": ["aiobiketrax"],
"requirements": ["aiobiketrax==1.1.0"],
"requirements": ["aiobiketrax==1.1.1"],
"ssdp": [],
"version": "1.1.0",
"zeroconf": []
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors = ["Bas Stottelaar <basstottelaar@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.10"
homeassistant = "~2023.5.0"
aiobiketrax = "1.1.0"
aiobiketrax = "1.1.1"

[tool.poetry.dev-dependencies]
black = "^23.7.0"
Expand Down

0 comments on commit 8c37fc8

Please sign in to comment.