adaptive-lighting/custom_components/adaptive_lighting/manifest.json
2026-06-07 20:26:47 +02:00

13 lines
431 B
JSON

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