diff --git a/custom_components/mammotion/manifest.json b/custom_components/mammotion/manifest.json index 788d850..a8d3f9f 100644 --- a/custom_components/mammotion/manifest.json +++ b/custom_components/mammotion/manifest.json @@ -29,6 +29,6 @@ ], "iot_class": "local_push", "requirements": [ - "pymammotion==0.0.43" + "pymammotion==0.0.45" ] } diff --git a/poetry.lock b/poetry.lock index 61fa955..35d0f44 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2600,13 +2600,13 @@ testutils = ["gitpython (>3)"] [[package]] name = "pymammotion" -version = "0.0.43" +version = "0.0.45" description = "" optional = false python-versions = "<3.13.0,>=3.12.0" files = [ - {file = "pymammotion-0.0.43-py3-none-any.whl", hash = "sha256:6ae76097bf867df5c96621b2ac4bca7e283da26b9d51ca659883232960e861a7"}, - {file = "pymammotion-0.0.43.tar.gz", hash = "sha256:9e0845fb5bdd6b43561ec868842f358f11565e55e666325d9e3deb6103bdddce"}, + {file = "pymammotion-0.0.45-py3-none-any.whl", hash = "sha256:b6f8bff9df5b0945440b4e16d08b8482a55b169d8bc5465b68fade5bb260983b"}, + {file = "pymammotion-0.0.45.tar.gz", hash = "sha256:c5dc403c80dafddb853900085315f09d69cf6f8d024100f3208d0c2ccf867850"}, ] [package.dependencies] @@ -3633,4 +3633,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~3.12.0" -content-hash = "d9b022072be750b869aeccf301f382ff7d89212742b9b15b20830ed845147002" +content-hash = "6e1f8d2df675e1efac7759525d5ee54453bb2d83923e91bb78c0a85e75d07632" diff --git a/pyproject.toml b/pyproject.toml index bf764a9..d94c75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [tool.poetry] name = "Mammotion-HA" -version = "0.0.8" +version = "0.0.9" description = "Mammotion lawn mower integration for HACS" authors = ["Michael Arthur ", "jLynx <@jlynx>"] readme = "README.md" [tool.poetry.dependencies] python = "~3.12.0" -pymammotion = "0.0.43" +pymammotion = "0.0.45" homeassistant = "^2024.5.5"