adaptive-lighting/custom_components/adaptive_lighting/manifest.json

12 lines
443 B
JSON
Raw Permalink Normal View History

2019-05-04 09:54:32 -07:00
{
2020-09-12 12:21:40 +02:00
"domain": "adaptive_lighting",
"name": "Adaptive Lighting",
2023-07-20 08:53:11 -07:00
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1", "@protyposis"],
2020-09-12 23:25:36 +02:00
"config_flow": true,
2024-05-20 17:14:11 +02:00
"dependencies": ["light"],
"documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
"iot_class": "calculated",
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
"requirements": ["ulid-transform"],
2026-01-05 12:43:07 -08:00
"version": "1.30.0"
2019-05-04 09:54:32 -07:00
}