Skip to content

Commit

Permalink
fix regression with ble sync not being triggered correctly on connect
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Oct 4, 2024
1 parent 6d33a41 commit 0664836
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 19 deletions.
2 changes: 1 addition & 1 deletion custom_components/mammotion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
"iot_class": "local_push",
"requirements": [
"pymammotion==0.2.64"
"pymammotion==0.2.65"
]
}
22 changes: 5 additions & 17 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 @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "~3.12.0"
pymammotion = "0.2.64"
pymammotion = "0.2.65"
homeassistant = "^2024.9.0"
autotyping = "^24.3.0"

Expand Down

0 comments on commit 0664836

Please sign in to comment.