adaptive-lighting/custom_components/adaptive_lighting/manifest.json
@RubenKelevra 995ecb4ebf
update code owners in manifest
- fix formatting
- update version
2021-08-01 22:14:36 +02:00

12 lines
390 B
JSON

{
"domain": "adaptive_lighting",
"name": "Adaptive Lighting",
"documentation": "https://github.com/basnijholt/adaptive-lighting#readme",
"issue_tracker": "https://github.com/basnijholt/adaptive-lighting/issues",
"config_flow": true,
"dependencies": [],
"codeowners": ["@basnijholt", "@RubenKelevra"],
"version": "1.0.14",
"requirements": [],
"iot_class": "calculated"
}