Skip to content

Commit

Permalink
small fix to work around user agent blocking
Browse files Browse the repository at this point in the history
  • Loading branch information
mikey0000 committed Dec 16, 2024
1 parent 614368e commit 78cadb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3.5"
"pymammotion==0.3.7"
]
}
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.3.5"
pymammotion = "0.3.7"
homeassistant = "^2024.9.0"
autotyping = "^24.3.0"

Expand Down

0 comments on commit 78cadb0

Please sign in to comment.