homeassistant/custom_components/adaptive_lighting/manifest.json

13 lines
436 B
JSON
Raw Normal View History

2025-01-10 21:08:35 -08:00
{
"domain": "adaptive_lighting",
"name": "Adaptive Lighting",
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
"iot_class": "calculated",
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
"requirements": ["ulid-transform"],
"version": "1.20.0"
}