Skip to content

Commit 8c8dace

Browse files
committed
improve reliability of map fetch, mow path fetch to ignore fields we weren't listing for
1 parent 96f820c commit 8c8dace

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.5.30",
4+
"version": "0.5.31",
55
"issue_tracker": "https://github.com/mikey0000/Mammotion-HA/issues",
66
"integration_type": "device",
77
"bluetooth": [
@@ -22,5 +22,5 @@
2222
"documentation": "https://github.com/mikey0000/Mammotion-HA/wiki",
2323
"loggers": ["pymammotion"],
2424
"iot_class": "local_push",
25-
"requirements": ["pymammotion==0.7.85"]
25+
"requirements": ["pymammotion==0.7.86"]
2626
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mammotion-ha"
3-
version = "0.5.30"
3+
version = "0.5.31"
44
description = "Mammotion integration for HACS"
55
authors = [
66
{name = "Michael Arthur", email = "michael@jumblesoft.co.nz"},
@@ -9,7 +9,7 @@ authors = [
99
readme = "README.md"
1010
requires-python = ">=3.14.2"
1111
dependencies = [
12-
"pymammotion==0.7.85",
12+
"pymammotion==0.7.86",
1313
"homeassistant>=2026.1.0",
1414
"autotyping>=24.3.0",
1515
"websockets>=15.0.1",

0 commit comments

Comments
 (0)