Skip to content

Commit 7008fc8

Browse files
Andrey MAndrey M
authored andcommitted
Fix manifest.json key ordering
1 parent ff58cb9 commit 7008fc8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"domain": "radpro",
33
"name": "RadPro",
4-
"version": "1.0.0",
4+
"codeowners": ["@Defensor7"],
5+
"config_flow": true,
56
"documentation": "https://github.com/Defensor7/radpro-ha",
7+
"homeassistant": "2024.1.0",
8+
"iot_class": "local_polling",
69
"issue_tracker": "https://github.com/Defensor7/radpro-ha/issues",
710
"requirements": ["pyserial==3.5"],
8-
"codeowners": ["@Defensor7"],
9-
"iot_class": "local_polling",
10-
"config_flow": true
11+
"version": "1.0.0"
1112
}

0 commit comments

Comments
 (0)