Skip to content

Commit 04ab7c5

Browse files
committed
Sort manifest.json keys according to hassfest REQ
1 parent 9136c26 commit 04ab7c5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

custom_components/luxtronik/manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,14 @@
11
{
22
"domain": "luxtronik",
33
"name": "Luxtronik",
4-
"config_flow": true,
5-
"documentation": "https://github.com/BenPru/luxtronik",
6-
"requirements": [
7-
"luxtronik==0.3.14",
8-
"requests>=2.28.2",
9-
"getmac==0.8.2",
10-
"packaging>=24.2"
11-
],
12-
"issue_tracker": "https://github.com/BenPru/luxtronik/issues",
13-
"dependencies": [
14-
"http"
15-
],
164
"after_dependencies": [],
175
"codeowners": [
186
"@BenPru"
197
],
20-
"iot_class": "local_polling",
21-
"version": "2025.7.20",
8+
"config_flow": true,
9+
"dependencies": [
10+
"http"
11+
],
2212
"dhcp": [
2313
{
2414
"macaddress": "000E8C*"
@@ -42,8 +32,18 @@
4232
"hostname": "wp-novelan"
4333
}
4434
],
35+
"documentation": "https://github.com/BenPru/luxtronik",
4536
"integration_type": "hub",
37+
"iot_class": "local_polling",
38+
"issue_tracker": "https://github.com/BenPru/luxtronik/issues",
4639
"loggers": [
4740
"luxtronik"
48-
]
41+
],
42+
"requirements": [
43+
"luxtronik==0.3.14",
44+
"requests>=2.28.2",
45+
"getmac==0.8.2",
46+
"packaging>=24.2"
47+
],
48+
"version": "2025.7.20"
4949
}

0 commit comments

Comments
 (0)