Skip to content

Commit 8c76055

Browse files
committed
bump pymammotion
1 parent c128568 commit 8c76055

3 files changed

Lines changed: 12 additions & 20 deletions

File tree

custom_components/mammotion/manifest.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,11 @@
1616
"connectable": true
1717
}
1818
],
19-
"codeowners": [
20-
"@mikey0000"
21-
],
19+
"codeowners": ["@mikey0000"],
2220
"config_flow": true,
23-
"dependencies": [
24-
"bluetooth_adapters"
25-
],
21+
"dependencies": ["bluetooth_adapters"],
2622
"documentation": "https://github.com/mikey0000/Mammotion-HA/wiki",
27-
"loggers": [
28-
"pymammotion"
29-
],
23+
"loggers": ["pymammotion"],
3024
"iot_class": "local_push",
31-
"requirements": [
32-
"pymammotion==0.7.5"
33-
]
25+
"requirements": ["pymammotion==0.7.6"]
3426
}

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package-mode = false
88

99
[tool.poetry.dependencies]
1010
python = "~3.13.2"
11-
pymammotion = "0.7.5"
11+
pymammotion = "0.7.6"
1212
homeassistant = "^2026.1.0"
1313
autotyping = "^24.3.0"
1414
websockets = "^15.0.1"

0 commit comments

Comments
 (0)