adaptive-lighting/custom_components/adaptive_lighting/manifest.json
Casey Romkes 262bfa5e17 fix hassfest: drop invalid 'homeassistant' manifest key; run validation on main
- manifest.json: remove the 'homeassistant' key (not a valid manifest key;
  the min HA version lives in hacs.json). Verified hassfest-clean locally.
- validate.yml / hassfest.yaml: trigger on push to main (default branch) too,
  not only master, so CI actually runs.
2026-06-09 14:21:27 +02:00

12 lines
400 B
JSON

{
"domain": "adaptive_lighting",
"name": "Adaptive Lighting (CDiT)",
"codeowners": ["@CaseyRo"],
"config_flow": true,
"dependencies": ["light"],
"documentation": "https://github.com/CaseyRo/adaptive-lighting#readme",
"iot_class": "calculated",
"issue_tracker": "https://github.com/CaseyRo/adaptive-lighting/issues",
"requirements": ["ulid-transform"],
"version": "2.5.0-cdit.1"
}