Skip to content

Commit 5e8d579

Browse files
committed
Fix HACS/Hassfest validation errors
- Sort manifest keys alphabetically (hassfest requirement) - Add issue_tracker to manifest (HACS requirement) - Remove unsupported icon key from hacs.json
1 parent b305f44 commit 5e8d579

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"domain": "infrared_remote",
33
"name": "Infrared Remote",
4-
"version": "0.7.0",
5-
"documentation": "https://github.com/SurfHost/ha-infrared-remote",
6-
"dependencies": ["infrared"],
74
"codeowners": ["@SurfHost"],
85
"config_flow": true,
6+
"dependencies": ["infrared"],
7+
"documentation": "https://github.com/SurfHost/ha-infrared-remote",
8+
"integration_type": "device",
99
"iot_class": "local_push",
10-
"integration_type": "device"
10+
"issue_tracker": "https://github.com/SurfHost/ha-infrared-remote/issues",
11+
"version": "0.7.0"
1112
}

hacs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "Infrared Remote",
33
"render_readme": true,
4-
"homeassistant": "2026.4.0",
5-
"icon": "https://raw.githubusercontent.com/SurfHost/ha-infrared-remote/main/custom_components/infrared_remote/brand/icon.png"
4+
"homeassistant": "2026.4.0"
65
}

0 commit comments

Comments
 (0)