mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
* Retroactive review changes for #443 * Move up __init__ * Add test for test_change_switch_settings_service * Add docs * Add test for defaults * Remove unused function * Add skip var * move pylint marker * Refactor validate * Update README.md --------- Co-authored-by: Benjamin Auquite <halomastar@gmail.com>
12 lines
404 B
JSON
12 lines
404 B
JSON
{
|
|
"domain": "adaptive_lighting",
|
|
"name": "Adaptive Lighting",
|
|
"codeowners": ["@basnijholt", "@RubenKelevra", "@th3w1zard1"],
|
|
"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": [],
|
|
"version": "1.7.0"
|
|
}
|