We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff58cb9 commit 7008fc8Copy full SHA for 7008fc8
1 file changed
custom_components/radpro/manifest.json
@@ -1,11 +1,12 @@
1
{
2
"domain": "radpro",
3
"name": "RadPro",
4
- "version": "1.0.0",
+ "codeowners": ["@Defensor7"],
5
+ "config_flow": true,
6
"documentation": "https://github.com/Defensor7/radpro-ha",
7
+ "homeassistant": "2024.1.0",
8
+ "iot_class": "local_polling",
9
"issue_tracker": "https://github.com/Defensor7/radpro-ha/issues",
10
"requirements": ["pyserial==3.5"],
- "codeowners": ["@Defensor7"],
- "iot_class": "local_polling",
- "config_flow": true
11
+ "version": "1.0.0"
12
}
0 commit comments