mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-13 15:24:03 +02:00
* Add auto_reset_manual_control with async timer * cherry-pick wait for transition stuff * Update switch.py * merge wait_for_transition * Update switch.py * not renamed in this branch yet. * Update switch.py * update tests * Update switch.py * Update switch.py * merge related fix * cleanup * Revert "cleanup" This reverts commit3aa2f3242b. * 0.1 sometimes fails the test * not in this pr yet * Update switch.py * Update switch.py * Update switch.py * Update switch.py * Update README.md, strings.json, and services.yaml * slight refactor * Update switch.py * Update switch.py * Possible refactor of _update_attrs_and_maybe_adapt_lights * cleaned up * Revert "cleaned up" This reverts commit441cb1ff5c. * Possible refactor of _update_attrs_and_maybe_adapt_lights (#537) Co-authored-by: Benjamin Auquite <halomastar@gmail.com> * Revert "Revert "cleaned up"" This reverts commit11b268148b. * remove bad merge conflict * revert permissions * Bump to 1.11.0 * Undo unrelated test changes * 'else' instead of 'continue' --------- Co-authored-by: Bas Nijholt <bas@nijho.lt> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
12 lines
421 B
JSON
12 lines
421 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": ["ulid-transform"],
|
|
"version": "1.11.0"
|
|
}
|