Skip to content

Commit cbe0799

Browse files
chore: bump version to 0.6.4-beta10 [skip ci]
1 parent 00f7f1c commit cbe0799

3 files changed

Lines changed: 19 additions & 11 deletions

File tree

custom_components/mammotion/manifest.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "mammotion",
33
"name": "Mammotion",
4-
"version": "0.6.4-beta9",
4+
"version": "0.6.4-beta10",
55
"issue_tracker": "https://github.com/mikey0000/Mammotion-HA/issues",
66
"integration_type": "device",
77
"bluetooth": [
@@ -16,11 +16,19 @@
1616
"connectable": true
1717
}
1818
],
19-
"codeowners": ["@mikey0000"],
19+
"codeowners": [
20+
"@mikey0000"
21+
],
2022
"config_flow": true,
21-
"dependencies": ["bluetooth_adapters"],
23+
"dependencies": [
24+
"bluetooth_adapters"
25+
],
2226
"documentation": "https://github.com/mikey0000/Mammotion-HA/wiki",
23-
"loggers": ["pymammotion"],
27+
"loggers": [
28+
"pymammotion"
29+
],
2430
"iot_class": "local_push",
25-
"requirements": ["pymammotion==0.8.12"]
31+
"requirements": [
32+
"pymammotion==0.8.12"
33+
]
2634
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mammotion-ha"
3-
version = "0.6.4-beta9"
3+
version = "0.6.4-beta10"
44
description = "Mammotion integration for HACS"
55
authors = [
66
{name = "Michael Arthur", email = "michael@jumblesoft.co.nz"},

uv.lock

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

0 commit comments

Comments
 (0)