Skip to content

Commit a3e1d79

Browse files
committed
🔧 Simplify HACS integration manifest
Simplify HACS integration manifest by removing optional fields Remove non-essential configuration parameters from hacs.json: - Removed render_readme flag - Removed domains list - Removed iot_class definition
1 parent a8b2c48 commit a3e1d79

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

hacs.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"name": "SignalRGB Integration",
3-
"country": ["US"],
4-
"render_readme": true,
5-
"homeassistant": "2025.3.2",
6-
"hacs": "1.24.0",
7-
"domains": ["light", "select", "button"],
8-
"iot_class": "local_polling"
3+
"country": "US",
4+
"homeassistant": "2025.3.2"
95
}

0 commit comments

Comments
 (0)