Skip to content

Commit

Permalink
Upgrade aiobiketrax to 1.3.0
Browse files Browse the repository at this point in the history
This adds support for unique identifiers and fixes issues with setting
the tracking state.
  • Loading branch information
basilfx committed May 14, 2024
1 parent 4ea16c2 commit 0d45cc1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.2.0"],
"requirements": ["aiobiketrax==1.3.0"],
"ssdp": [],
"version": "1.1.2",
"zeroconf": []
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package-mode = false
[tool.poetry.dependencies]
python = "~3.12"
homeassistant = "~2024.4.0"
aiobiketrax = "1.2.0"
aiobiketrax = "1.3.0"

[tool.poetry.group.dev.dependencies]
black = "^24.2.0"
Expand Down

0 comments on commit 0d45cc1

Please sign in to comment.