Adaptive Lighting seems to have stopped working, I think, with the 2024.2 Core update.
I’m getting Skipping adaptation of light.office because both adapt_brightness and adapt_color are False
even though I know the light needs to be adjusted.
Just me?
2024-02-25 14:00:18.380 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.office']')' event with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.office' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 89, 'color_temp_kelvin': None, 'color_temp': None, 'hs_color': (33.767, 84.314), 'rgb_color': (255, 161, 40), 'xy_color': (0.561, 0.4042), 'is_hue_group': True, 'hue_scenes': {'Cool bright', 'Read', 'Rest', 'Relax'}, 'hue_type': 'room', 'lights': {'Office Bulb 1', 'Office Bulb 2'}, 'dynamics': False, 'icon': 'mdi:lightbulb-group', 'friendly_name': 'Office', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.office' with context.id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] _mark_manual_control_if_non_bare_turn_on: entity_id='light.office', service_data='{'entity_id': 'light.office'}'
2024-02-25 14:00:19.490 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: '_update_attrs_and_maybe_adapt_lights' called with context.id='01HQH4H0S2:al:MFWG:lght:17' lights: '['light.office']', transition: '1.0', force: 'True'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: filtered_lights: '['light.office']'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01HQH4GZPB93SJD1FM0FCWCAQ3'
2024-02-25 14:00:19.491 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.office' with transition 1.0 and context.id=01HQH4H0S2:al:MFWG:lght:17
2024-02-25 14:00:19.492 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] all: Skipping adaptation of light.office because both adapt_brightness and adapt_color are False