adaptive-lighting/custom_components/adaptive_lighting
Casey e59ccfa571 Auto-fix unused imports across tests + switch.py (ruff --fix)
12 unused-import warnings cleaned up by `ruff check --select=F,I --fix
--unsafe-fixes`. No behavioral changes; 94/94 tests still green.

Remaining lint warnings (line-length, complexity) are accumulated
upstream tech debt outside this change's scope.
2026-05-16 15:12:19 +02:00
..
translations Groups 8 + 9: strings, services.yaml, README, CHANGELOG (37/53) 2026-05-16 14:59:09 +02:00
__init__.py Group 7: tests — 94 passing in 0.57s (53/53 + 9.4 deferred) 2026-05-16 15:11:49 +02:00
_docs_helpers.py Implement cdit-config-redesign groups 1-6 (30/53 tasks) 2026-05-16 14:27:39 +02:00
adaptation_utils.py Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
color_and_brightness.py Implement cdit-config-redesign groups 1-6 (30/53 tasks) 2026-05-16 14:27:39 +02:00
config_flow.py Implement cdit-config-redesign groups 1-6 (30/53 tasks) 2026-05-16 14:27:39 +02:00
const.py Implement cdit-config-redesign groups 1-6 (30/53 tasks) 2026-05-16 14:27:39 +02:00
docs_gen.py Migrate to markdown-code-runner's built-in include_section() (#1417) 2026-01-26 09:01:50 +01:00
hass_utils.py Friendly names (#1258) 2025-11-27 12:01:05 -08:00
helpers.py Friendly names (#1258) 2025-11-27 12:01:05 -08:00
manifest.json Implement cdit-config-redesign groups 1-6 (30/53 tasks) 2026-05-16 14:27:39 +02:00
services.yaml Groups 8 + 9: strings, services.yaml, README, CHANGELOG (37/53) 2026-05-16 14:59:09 +02:00
strings.json Groups 8 + 9: strings, services.yaml, README, CHANGELOG (37/53) 2026-05-16 14:59:09 +02:00
switch.py Auto-fix unused imports across tests + switch.py (ruff --fix) 2026-05-16 15:12:19 +02:00