Skip to content

Commit 0c56250

Browse files
committed
0.5.47 release
1 parent 53d8a83 commit 0c56250

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"domain": "mammotion",
33
"name": "Mammotion",
4-
"version": "0.5.47-beta1",
4+
"version": "0.5.47",
55
"issue_tracker": "https://github.com/mikey0000/Mammotion-HA/issues",
66
"integration_type": "device",
77
"bluetooth": [
@@ -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.115"
33-
]
25+
"requirements": ["pymammotion==0.7.115"]
3426
}

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.5.47-beta1"
3+
version = "0.5.47"
44
description = "Mammotion integration for HACS"
55
authors = [
66
{name = "Michael Arthur", email = "michael@jumblesoft.co.nz"},

0 commit comments

Comments
 (0)