adaptive-lighting/custom_components/adaptive_lighting
Bas Nijholt 5789aa1ef1 fix: restore original order of checks in just_turned_off
The previous commit incorrectly moved the _off_to_on_state_event_is_from_turn_on
check to before the context ID match check, which broke test_separate_turn_on_commands.

The original order must be:
1. Check on_to_off_event is None → return False
2. Check context IDs match → return True (polling artifact)
3. Get transition info
4. Check _off_to_on_state_event_is_from_turn_on → return False

This commit restores that order while keeping the light group detection
logic in _off_to_on_state_event_is_from_turn_on.
2026-01-13 02:45:23 -08:00
..
translations Fix regression: lights not adapting when turned on by automation (#1380) 2026-01-12 13:40:55 +01:00
__init__.py Code cleanup (#1348) 2025-12-12 13:37:42 -08:00
_docs_helpers.py Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
adaptation_utils.py Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
color_and_brightness.py Code cleanup (#1348) 2025-12-12 13:37:42 -08:00
config_flow.py Code cleanup (#1348) 2025-12-12 13:37:42 -08:00
const.py Fix regression: lights not adapting when turned on by automation (#1380) 2026-01-12 13:40:55 +01:00
docs_gen.py Add documentation site with Zensical framework (#1385) 2026-01-12 23:39:57 +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 Bump to v1.30.1 (#1384) 2026-01-12 13:46:19 +01:00
services.yaml Individual manual control of brightness and color (#1356) 2025-12-22 22:55:16 -08:00
strings.json Fix regression: lights not adapting when turned on by automation (#1380) 2026-01-12 13:40:55 +01:00
switch.py fix: restore original order of checks in just_turned_off 2026-01-13 02:45:23 -08:00