Skip to content

Commit c9fa1ac

Browse files
committed
fixes for hacs validation
1 parent 0c47a20 commit c9fa1ac

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed
Binary file not shown.
Binary file not shown.

custom_components/hyperhdr_control/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"domain": "hyperhdr_control",
33
"name": "HyperHDR Control",
44
"documentation": "https://github.com/johnneerdael/hyperhdr_control",
5+
"issue_tracker": "https://github.com/johnneerdael/hyperhdr_control/issues",
56
"dependencies": [],
6-
"codeowners": [],
7+
"codeowners": ["@johnneerdael"],
78
"requirements": ["aiohttp", "zeroconf"],
89
"iot_class": "local_polling",
910
"version": "1.3.2",

hacs.json

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
{
22
"name": "HyperHDR Control",
3-
"render_readme": true,
4-
"domain": "hyperhdr_control",
5-
"documentation": "https://github.com/johnneerdael/hyperhdr_control",
6-
"issue_tracker": "https://github.com/johnneerdael/hyperhdr_control/issues",
7-
"homeassistant": "2023.8.0",
8-
"iot_class": "local_polling",
9-
"zip_release": false,
3+
"content_in_root": false,
104
"filename": "hyperhdr_control-{version}.zip",
115
"hide_default_branch": true,
12-
"content_in_root": false,
13-
"render_readme": true,
14-
"logo": "hyperhdr_control-logo.png"
6+
"render_readme": true
157
}

0 commit comments

Comments
 (0)