Skip to content

Commit 31b3726

Browse files
committed
bump library to fix issue where device was none if it was new
1 parent 63fca76 commit 31b3726

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

custom_components/mammotion/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "mammotion",
33
"name": "Mammotion",
4-
"version": "0.2.65",
4+
"version": "0.2.66",
55
"issue_tracker": "https://github.com/mikey0000/Mammotion-HA/issues",
66
"integration_type": "device",
77
"bluetooth": [
@@ -29,6 +29,6 @@
2929
],
3030
"iot_class": "local_push",
3131
"requirements": [
32-
"pymammotion==0.5.2"
32+
"pymammotion==0.5.3"
3333
]
3434
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "Mammotion-HA"
3-
version = "0.2.65"
3+
version = "0.2.66"
44
description = "Mammotion lawn mower integration for HACS"
55
authors = ["Michael Arthur <michael@jumblesoft.co.nz>", "jLynx <@jlynx>"]
66
readme = "README.md"
77
package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = "~3.13.0"
11-
pymammotion = "0.5.2"
11+
pymammotion = "0.5.3"
1212
homeassistant = "^2025.3.0"
1313
autotyping = "^24.3.0"
1414

0 commit comments

Comments
 (0)