Skip to content

Commit 2f1567e

Browse files
chrisdpurcellclaude
andcommitted
fix: sort manifest.json keys per hassfest requirements
Keys must be: domain, name, then alphabetical. Previous order had dependencies, integration_type, requirements after version which fails hassfest validation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 36ba933 commit 2f1567e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

custom_components/ha_light_controller/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"name": "Light Controller",
44
"codeowners": ["@L3DigitalNet"],
55
"config_flow": true,
6+
"dependencies": ["light", "group"],
67
"documentation": "https://github.com/L3DigitalNet/HA-Light-Controller",
8+
"integration_type": "service",
79
"iot_class": "calculated",
810
"issue_tracker": "https://github.com/L3DigitalNet/HA-Light-Controller/issues",
9-
"version": "0.3.0",
10-
"integration_type": "service",
1111
"requirements": [],
12-
"dependencies": ["light", "group"]
12+
"version": "0.3.0"
1313
}

0 commit comments

Comments
 (0)