mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-23 18:34:19 +02:00
- 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.
12 lines
400 B
JSON
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"
|
|
}
|