From 5567fba0c9f9350db623bad8e2ed25dad6f8c457 Mon Sep 17 00:00:00 2001 From: jLynx Date: Sun, 14 Jul 2024 15:47:37 +1200 Subject: [PATCH] Updated version (#41) --- custom_components/mammotion/manifest.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/mammotion/manifest.json b/custom_components/mammotion/manifest.json index dd391be..f43d3a6 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.37" + "pymammotion==0.0.39" ] } diff --git a/pyproject.toml b/pyproject.toml index 3caa5e9..07f4c75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = ">=3.12.0,<3.13" -pymammotion = "0.0.37" +pymammotion = "0.0.39" homeassistant = "^2024.5.5"