adaptive-lighting/custom_components/adaptive_lighting/manifest.json

12 lines
421 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",
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1"],
2020-09-12 23:25:36 +02:00
"config_flow": true,
2019-05-04 09:54:32 -07:00
"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.11.0"
2019-05-04 09:54:32 -07:00
}