basnijholt / adaptive-lighting

Adaptive Lighting custom component for Home Assistant
https://basnijholt.github.io/adaptive-lighting/
Apache License 2.0
1.77k stars 131 forks source link

Version 1.19.0 broke colour switches #744

Closed lucasfr closed 1 year ago

lucasfr commented 1 year ago

Home Assistant Adaptive Lighting Issue Template

Bug Reports

If you need help with using or configuring Adaptive Lighting, please open a Q&A discussion thread here instead.

Before submitting a bug report, please follow these troubleshooting steps:

Please confirm that you have completed the following steps:

Required information for bug reports:

Please include the following information in your issue.

Issues missing this information may not be addressed.

  1. Debug logs captured while the issue occurred. See here for instructions on enabling debug logging:
2023-08-13 15:43:41.239 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting stairs: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMHP:al:IFSG:ntrv:F0' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:43:41.257 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:43:41.261 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: filtered_lights: '['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_1' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_2' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_3' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.263 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_4' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_1
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_1 with service data {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_1, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.286 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_2
2023-08-13 15:43:41.287 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_2 with service data {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.287 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_2, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_3
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_3 with service data {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_3, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.293 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.294 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.302 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.303 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.305 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_2']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.306 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.309 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_3']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.309 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.310 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_4']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.310 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.325 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMMD:al:JRUX:ntrv:EX' lights: 'None', transition: '45.0', force: 'False'
  1. Your Adaptive Lighting configuration:
adaptive_lighting:
- name: "bedroom north colour"
  prefer_rgb_color: false
  transition: 45
  initial_transition: 1
  interval: 90
  min_brightness: 40
  max_brightness: 100
  min_color_temp: 2000
  max_color_temp: 5500
  sleep_brightness: 1
  sleep_color_temp: 1000
  take_over_control: true
  detect_non_ha_changes: false
  only_once: false
  multi_light_intercept: true
  1. (If using Zigbee2MQTT), provide your configuration files (remove all personal information before posting):
    • devices.yaml
    • groups.yaml
    • configuration.yaml ⚠️; Warning REMOVE ALL of the PERSONAL INFORMATION BELOW before posting ⚠️;
      • mqtt: server:
      • mqtt: user:
      • mqtt: password:
      • advanced: pan_id:
      • advanced: network_key:
      • anything in log_syslog if you use this
    • Brand and model number of problematic light(s)


4.  Describe the bug and how to reproduce it:

The colour and temperature switches seem to have stoped working.

5. Steps to reproduce the behavior:

- Turn light on.
- Apply colour to lights.
- Turn light off.
- Turn light on.

AL will then adapt both the brightness and the colour, irrespective of status of the adapt colour switch.
basnijholt commented 1 year ago

Thanks for reporting!

I’m not able to reproduce. Are you sure you are changing the switches of the correct AL instance?

basnijholt commented 1 year ago

Also there is nothing of relevance in the logs (e.g. the way you reproduce your problem) because you’re sharing less than 100 ms worth of logs 😅

lucasfr commented 1 year ago

Sorry for some reason I did not copy all of it.

2023-08-13 15:43:39.285 ERROR (MainThread) [frontend.js.latest.202308020] http://homeassistant.local:8123/frontend_latest/app-lVQEYwG9x5Q.js:2:10695 Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
2023-08-13 15:43:41.239 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting stairs: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMHP:al:IFSG:ntrv:F0' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:43:41.257 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:43:41.261 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: filtered_lights: '['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_1' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_2' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_3' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.262 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNHW61:al:IFSG:ntrv:F6'
2023-08-13 15:43:41.263 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_4' with transition 45.0 and context.id=01H7QNMMJ9:al:IFSG:ntrv:F7
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_1
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_1 with service data {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.283 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_1, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.286 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_2
2023-08-13 15:43:41.287 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_2 with service data {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.287 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_2, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_3
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_3 with service data {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_3, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:41.292 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNMMJ9:al:IFSG:ntrv:F7, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:43:41.293 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.294 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.302 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.303 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.305 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_2']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.306 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.309 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_3']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.309 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.310 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_4']')' event with context.id='01H7QNMMJ9:al:IFSG:ntrv:F7'
2023-08-13 15:43:41.310 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNMMJ9:al:IFSG:ntrv:F7', is_skipped_hash='False'
2023-08-13 15:43:41.325 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNMMMD:al:JRUX:ntrv:EX' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:43:41.328 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: filtered_lights: '[]'
2023-08-13 15:43:46.815 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_right_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 132, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north right lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNMSYYHVEZ0G71QRP93KAE'
2023-08-13 15:43:46.828 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_right_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 132, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.678, 0.3018), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north right lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNMSZ17SN5PJ53VMVQHJ14'
2023-08-13 15:43:46.832 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_left_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 153, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north left lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNMSZ3MMSZE4KAY5MFS8QX'
2023-08-13 15:43:46.838 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_left_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 153, 'hs_color': (15.464, 76.078), 'rgb_color': (255, 111, 61), 'xy_color': (0.6125, 0.3412), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north left lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNMSZ9K7F1RXA8ESR921KA'
2023-08-13 15:43:46.847 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_1' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 1', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZB4NS4TWES98E119QS'
2023-08-13 15:43:46.853 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_1' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 1', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZCVNMYAMS0KYA3QSCY'
2023-08-13 15:43:46.857 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_2' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 2', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZDPS2WA2CGFYZCP31Y'
2023-08-13 15:43:46.863 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_2' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 2', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZHSTWQF3QK6PVFK53P'
2023-08-13 15:43:46.867 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_3' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 3', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZJP9TS74Q4RRTBYZBW'
2023-08-13 15:43:46.873 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_3' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 3', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZKTP2XQ0RWN44XG141'
2023-08-13 15:43:46.877 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_4' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 4', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZMWXNEZZDK408J8N39'
2023-08-13 15:43:46.883 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_4' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 4', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNMSZPPX5JBRDBZ92H6MP4'
2023-08-13 15:43:54.049 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_off('['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4', 'light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']', transition=None)' event with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.069 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_off('['light.bedroom_north_left_lamp', 'light.bedroom_north_right_lamp']', transition=None)' event with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.119 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_desk' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.156 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bed_north' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.167 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_corner' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.173 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_wardrobe' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:54.216 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_light_1' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:55.203 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_light_3' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:55.222 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_light_4' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:55.231 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_light_2' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:55.236 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_right_lamp' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:55.248 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'on' → 'off' event for 'light.bedroom_north_left_lamp' with context.id='01H7QNN11XWQYQR7543VB1YGFA'
2023-08-13 15:43:59.500 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNN6CBTGAD65C9E5P0N7TN', is_skipped_hash='False'
2023-08-13 15:43:59.500 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (1) _service_interceptor_turn_on_handler: call='<ServiceCall light.turn_on (c:01H7QNN6CBTGAD65C9E5P0N7TN): entity_id=['light.bedroom_north_lights'], params=>', data='{'entity_id': ['light.bedroom_north_lights'], 'params': {}}'
2023-08-13 15:43:59.501 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No switch found for entity_id='light.bedroom_north_lights', skipped='['light.bedroom_north_lights']'
2023-08-13 15:43:59.501 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (2) _service_interceptor_turn_on_handler: switch_to_eids='{}', skipped='['light.bedroom_north_lights']'
2023-08-13 15:43:59.504 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNN6CBTGAD65C9E5P0N7TN', is_skipped_hash='False'
2023-08-13 15:43:59.505 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (1) _service_interceptor_turn_on_handler: call='<ServiceCall light.turn_on (c:01H7QNN6CBTGAD65C9E5P0N7TN): entity_id=['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4', 'light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe'], params=>', data='{'entity_id': ['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4', 'light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe'], 'params': {}}'
2023-08-13 15:43:59.506 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No switch found for entity_id='light.bedroom_north_bedside_lights', skipped='['light.bedroom_north_bedside_lights']'
2023-08-13 15:43:59.506 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_corner', skipped='['light.bedroom_north_bedside_lights']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.506 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_desk', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.506 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bed_north', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.507 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_wardrobe', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.507 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (2) _service_interceptor_turn_on_handler: switch_to_eids='{'Adaptive Lighting: Adaptive lighting bedroom north': ['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']}', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']'
2023-08-13 15:43:59.507 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (3) _service_interceptor_turn_on_handler: intercepting entity_ids='['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:43:59.507 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Intercepted TURN_ON call with data {'params': {}, 'entity_id': ['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']} (01H7QNN6CBTGAD65C9E5P0N7TN)
2023-08-13 15:43:59.510 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:43:59.510 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 3.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:43:59.510 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (5) _service_interceptor_turn_on_handler: calling `light.turn_on` with skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']', data: '{'params': {'transition': 3.0, 'brightness': 255, 'color_temp': 250, 'color_temp_kelvin': 4000}, 'entity_id': ['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']}', context='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.511 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (6) _service_interceptor_turn_on_handler: calling `light.turn_on` with skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']', data: '{'params': {'transition': 3.0, 'brightness': 255, 'color_temp': 250, 'color_temp_kelvin': 4000}, 'entity_id': ['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']}', context='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.511 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNN6CP:al:IFSG:skpp:F9', is_skipped_hash='True'
2023-08-13 15:43:59.511 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (1) _service_interceptor_turn_on_handler: call='<ServiceCall light.turn_on (c:01H7QNN6CP:al:IFSG:skpp:F9): entity_id=['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe'], params=transition=3.0, brightness=255, color_temp=250, color_temp_kelvin=4000>', data='{'entity_id': ['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe'], 'params': {'transition': 3.0, 'brightness': 255, 'color_temp': 250, 'color_temp_kelvin': 4000}}'
2023-08-13 15:43:59.512 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No switch found for entity_id='light.bedroom_north_bedside_lights', skipped='['light.bedroom_north_bedside_lights']'
2023-08-13 15:43:59.512 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_corner', skipped='['light.bedroom_north_bedside_lights']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.512 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_desk', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.512 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bed_north', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.513 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_wardrobe', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.513 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (2) _service_interceptor_turn_on_handler: switch_to_eids='{}', skipped='['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']'
2023-08-13 15:43:59.513 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4', 'light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']')' event with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:43:59.514 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNN6CP:al:IFSG:dpt_:F8, sleep_time=3.0, force=False, max_length=1, which=both, initial_sleep=True)
2023-08-13 15:43:59.514 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_bedside_lights', 'light.bedroom_north_corner', 'light.bedroom_north_desk', 'light.bed_north', 'light.bedroom_north_wardrobe']')' event with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.517 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNN6CP:al:IFSG:skpp:F9', is_skipped_hash='True'
2023-08-13 15:43:59.517 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (1) _service_interceptor_turn_on_handler: call='<ServiceCall light.turn_on (c:01H7QNN6CP:al:IFSG:skpp:F9): entity_id=['light.bedroom_north_left_lamp', 'light.bedroom_north_right_lamp'], params=transition=3.0, brightness=255, color_temp=250, color_temp_kelvin=4000>', data='{'entity_id': ['light.bedroom_north_left_lamp', 'light.bedroom_north_right_lamp'], 'params': {'transition': 3.0, 'brightness': 255, 'color_temp': 250, 'color_temp_kelvin': 4000}}'
2023-08-13 15:43:59.518 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_left_lamp', skipped='[]' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.518 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Switch is off or light is already on for entity_id='light.bedroom_north_right_lamp', skipped='['light.bedroom_north_left_lamp']' (is_on='False', is_state='False', manual_control='False')
2023-08-13 15:43:59.518 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (2) _service_interceptor_turn_on_handler: switch_to_eids='{}', skipped='['light.bedroom_north_left_lamp', 'light.bedroom_north_right_lamp']'
2023-08-13 15:43:59.526 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_left_lamp', 'light.bedroom_north_right_lamp']')' event with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.659 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_desk' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (26.292, 34.902), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'Flow', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north desk', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.659 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_desk=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north desk, supported_features=36 @ 2023-08-13T15:43:59.647014+01:00>' found for light.bedroom_north_desk
2023-08-13 15:43:59.660 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_desk, not starting timer.
2023-08-13 15:43:59.660 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_desk' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.660 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.660 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_desk' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bedroom_north_desk, old_state=<state light.bedroom_north_desk=off; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], icon=mdi:led-strip-variant, friendly_name=Bedroom north desk, supported_features=36 @ 2023-08-13T15:43:54.107420+01:00>, new_state=<state light.bedroom_north_desk=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north desk, supported_features=36 @ 2023-08-13T15:43:59.647014+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:43:59.666 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:43:59.681 WARNING (MainThread) [aioesphomeapi.connection] esp32-bluetooth-proxy-c87234 @ 192.168.0.48: Connection error occurred: Ping response not received after 90.0 seconds
2023-08-13 15:43:59.719 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_corner' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (26.292, 34.902), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'Flow', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north corner', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.720 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_corner=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north corner, supported_features=36 @ 2023-08-13T15:43:59.685488+01:00>' found for light.bedroom_north_corner
2023-08-13 15:43:59.720 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_corner, not starting timer.
2023-08-13 15:43:59.720 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_corner' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.720 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.723 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_corner' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bedroom_north_corner, old_state=<state light.bedroom_north_corner=off; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], icon=mdi:led-strip-variant, friendly_name=Bedroom north corner, supported_features=36 @ 2023-08-13T15:43:54.133755+01:00>, new_state=<state light.bedroom_north_corner=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north corner, supported_features=36 @ 2023-08-13T15:43:59.685488+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:43:59.726 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:43:59.737 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bed_north' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (26.292, 34.902), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'Aurora', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bed north', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.737 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bed_north=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Aurora, icon=mdi:led-strip-variant, friendly_name=Bed north, supported_features=36 @ 2023-08-13T15:43:59.690306+01:00>' found for light.bed_north
2023-08-13 15:43:59.737 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bed_north, not starting timer.
2023-08-13 15:43:59.738 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bed_north' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.738 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.738 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bed_north' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bed_north, old_state=<state light.bed_north=off; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], icon=mdi:led-strip-variant, friendly_name=Bed north, supported_features=36 @ 2023-08-13T15:43:54.129983+01:00>, new_state=<state light.bed_north=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Aurora, icon=mdi:led-strip-variant, friendly_name=Bed north, supported_features=36 @ 2023-08-13T15:43:59.690306+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:43:59.742 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:43:59.747 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_wardrobe' 'state_changed' event: '{'effect_list': ['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (26.292, 34.902), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'Solid', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north wardrobe', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.748 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_wardrobe=on; effect_list=['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Solid, icon=mdi:led-strip-variant, friendly_name=Bedroom north wardrobe, supported_features=36 @ 2023-08-13T15:43:59.694537+01:00>' found for light.bedroom_north_wardrobe
2023-08-13 15:43:59.748 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_wardrobe, not starting timer.
2023-08-13 15:43:59.750 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_wardrobe' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.750 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.750 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_wardrobe' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bedroom_north_wardrobe, old_state=<state light.bedroom_north_wardrobe=off; effect_list=['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], icon=mdi:led-strip-variant, friendly_name=Bedroom north wardrobe, supported_features=36 @ 2023-08-13T15:43:54.144172+01:00>, new_state=<state light.bedroom_north_wardrobe=on; effect_list=['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(26.292, 34.902), rgb_color=(255, 205, 166), xy_color=(0.421, 0.364), effect=Solid, icon=mdi:led-strip-variant, friendly_name=Bedroom north wardrobe, supported_features=36 @ 2023-08-13T15:43:59.694537+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:43:59.753 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:43:59.780 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_right_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 132, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.678, 0.3018), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north right lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.780 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_right_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=132, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.678, 0.3018), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north right lamp, supported_features=44 @ 2023-08-13T15:43:59.755932+01:00>' found for light.bedroom_north_right_lamp
2023-08-13 15:43:59.781 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_right_lamp, not starting timer.
2023-08-13 15:43:59.781 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_right_lamp' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.781 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.781 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_right_lamp' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bedroom_north_right_lamp, old_state=<state light.bedroom_north_right_lamp=off; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], mode=normal, dynamics=none, friendly_name=Bedroom north right lamp, supported_features=44 @ 2023-08-13T15:43:55.190314+01:00>, new_state=<state light.bedroom_north_right_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=132, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.678, 0.3018), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north right lamp, supported_features=44 @ 2023-08-13T15:43:59.755932+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:43:59.788 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:43:59.799 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_right_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 255, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.678, 0.3018), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north right lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.799 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_right_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=255, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.678, 0.3018), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north right lamp, supported_features=44 @ 2023-08-13T15:43:59.755932+01:00>' found for light.bedroom_north_right_lamp
2023-08-13 15:43:59.800 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_right_lamp, not starting timer.
2023-08-13 15:43:59.804 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_right_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north right lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:43:59.805 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: State change event of 'light.bedroom_north_right_lamp' is already in 'self.our_last_state_on_change' (01H7QNN6CP:al:IFSG:skpp:F9) adding this state also
2023-08-13 15:44:00.604 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_wardrobe' 'state_changed' event: '{'effect_list': ['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.674, 0.302), 'effect': 'Solid', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north wardrobe', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.605 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_wardrobe=on; effect_list=['Akemi', 'Android', 'Aurora', 'Black Hole', 'Blends', 'Blink', 'Blink Rainbow', 'Blobs', 'Blurz', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colored Bursts', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Crazy Bees', 'DJ Light', 'DNA', 'DNA Spiral', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Distortion Waves', 'Drift', 'Drift Rose', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Firenoise', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Flow Stripe', 'Freqmap', 'Freqmatrix', 'Freqpixels', 'Freqwave', 'Frizzles', 'Funky Plank', 'GEQ', 'Game Of Life', 'Ghost Rider', 'Glitter', 'Gradient', 'Gravcenter', 'Gravcentric', 'Gravfreq', 'Gravimeter', 'Halloween Eyes', 'Heartbeat', 'Hiphotic', 'ICU', 'Juggle', 'Juggles', 'Julia', 'Lake', 'Lighthouse', 'Lightning', 'Lissajous', 'Loading', 'Matripix', 'Matrix', 'Metaballs', 'Meteor', 'Meteor Smooth', 'Midnoise', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Noise2D', 'Noisefire', 'Noisemeter', 'Noisemove', 'Octopus', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Perlin Move', 'Phased', 'Phased Noise', 'Pixels', 'Pixelwave', 'Plasma', 'Plasma Ball', 'Plasmoid', 'Polar Lights', 'Popcorn', 'Pride 2015', 'Puddlepeak', 'Puddles', 'Pulser', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'RSVD', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Peak', 'Ripple Rainbow', 'Rocktaves', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Scrolling Text', 'Sindots', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Soap', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Spaceships', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Squared Swirl', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sun Radiation', 'Sunrise', 'Sweep', 'Sweep Random', 'Swirl', 'TV Simulator', 'Tartan', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Waterfall', 'Waverly', 'Wavesins', 'Waving Cell', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.674, 0.302), effect=Solid, icon=mdi:led-strip-variant, friendly_name=Bedroom north wardrobe, supported_features=36 @ 2023-08-13T15:43:59.694537+01:00>' found for light.bedroom_north_wardrobe
2023-08-13 15:44:00.605 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_wardrobe, not starting timer.
2023-08-13 15:44:00.711 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_left_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 153, 'hs_color': (15.464, 76.078), 'rgb_color': (255, 111, 61), 'xy_color': (0.6125, 0.3412), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north left lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.711 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_left_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=153, hs_color=(15.464, 76.078), rgb_color=(255, 111, 61), xy_color=(0.6125, 0.3412), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north left lamp, supported_features=44 @ 2023-08-13T15:44:00.671557+01:00>' found for light.bedroom_north_left_lamp
2023-08-13 15:44:00.711 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_left_lamp, not starting timer.
2023-08-13 15:44:00.712 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_left_lamp' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.712 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.712 WARNING (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_left_lamp' with context.id='01H7QNN6CP:al:IFSG:skpp:F9' and event='<Event state_changed[L]: entity_id=light.bedroom_north_left_lamp, old_state=<state light.bedroom_north_left_lamp=off; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], mode=normal, dynamics=none, friendly_name=Bedroom north left lamp, supported_features=44 @ 2023-08-13T15:43:55.191609+01:00>, new_state=<state light.bedroom_north_left_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=153, hs_color=(15.464, 76.078), rgb_color=(255, 111, 61), xy_color=(0.6125, 0.3412), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north left lamp, supported_features=44 @ 2023-08-13T15:44:00.671557+01:00>>', triggered by the adaptive_lighting integration itself, which *should* not happen. If you see this please submit an issue with your full logs at https://github.com/basnijholt/adaptive-lighting
2023-08-13 15:44:00.723 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] just_turned_off: State change 'off' → 'on' triggered by 'light.turn_on'
2023-08-13 15:44:00.733 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_left_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.XY: 'xy'>, 'brightness': 255, 'hs_color': (15.464, 76.078), 'rgb_color': (255, 111, 61), 'xy_color': (0.6125, 0.3412), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north left lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.733 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_left_lamp=on; min_color_temp_kelvin=2000, max_color_temp_kelvin=6535, min_mireds=153, max_mireds=500, effect_list=['None', 'candle', 'fire', 'unknown'], supported_color_modes=[<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], color_mode=xy, brightness=255, hs_color=(15.464, 76.078), rgb_color=(255, 111, 61), xy_color=(0.6125, 0.3412), effect=None, mode=normal, dynamics=none, friendly_name=Bedroom north left lamp, supported_features=44 @ 2023-08-13T15:44:00.671557+01:00>' found for light.bedroom_north_left_lamp
2023-08-13 15:44:00.734 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_left_lamp, not starting timer.
2023-08-13 15:44:00.737 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_left_lamp' 'state_changed' event: '{'min_color_temp_kelvin': 2000, 'max_color_temp_kelvin': 6535, 'min_mireds': 153, 'max_mireds': 500, 'effect_list': ['None', 'candle', 'fire', 'unknown'], 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.XY: 'xy'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'effect': 'None', 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north left lamp', 'supported_features': <LightEntityFeature.EFFECT|FLASH|TRANSITION: 44>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:00.738 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: State change event of 'light.bedroom_north_left_lamp' is already in 'self.our_last_state_on_change' (01H7QNN6CP:al:IFSG:skpp:F9) adding this state also
2023-08-13 15:44:00.753 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_1' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 1', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.753 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_light_1' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.753 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.754 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Skipping responding to 'off' → 'on' event for 'light.bedroom_north_light_1' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN' because we are already proactively adapting
2023-08-13 15:44:00.758 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_1' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 1', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.765 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_1' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 1', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.770 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_3' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 51, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 3', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_light_3' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Skipping responding to 'off' → 'on' event for 'light.bedroom_north_light_3' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN' because we are already proactively adapting
2023-08-13 15:44:00.776 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_3' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 3', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.782 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_3' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 3', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.787 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_4' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 4', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.788 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_light_4' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.788 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.788 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Skipping responding to 'off' → 'on' event for 'light.bedroom_north_light_4' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN' because we are already proactively adapting
2023-08-13 15:44:00.793 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_4' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 4', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.798 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_4' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 4', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.803 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_2' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 78, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 2', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.804 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'off' → 'on' event for 'light.bedroom_north_light_2' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.804 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.804 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Skipping responding to 'off' → 'on' event for 'light.bedroom_north_light_2' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN' because we are already proactively adapting
2023-08-13 15:44:00.810 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_2' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 2202, 'color_temp': 454, 'hs_color': (29.79, 84.553), 'rgb_color': (255, 146, 39), 'xy_color': (0.579, 0.388), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 2', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:00.814 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_light_2' 'state_changed' event: '{'min_color_temp_kelvin': 2202, 'max_color_temp_kelvin': 4000, 'min_mireds': 250, 'max_mireds': 454, 'supported_color_modes': [<ColorMode.COLOR_TEMP: 'color_temp'>], 'color_mode': <ColorMode.COLOR_TEMP: 'color_temp'>, 'brightness': 255, 'color_temp_kelvin': 4000, 'color_temp': 250, 'hs_color': (26.812, 34.87), 'rgb_color': (255, 205, 166), 'xy_color': (0.421, 0.364), 'mode': 'normal', 'dynamics': 'none', 'friendly_name': 'Bedroom north light 2', 'supported_features': <LightEntityFeature.FLASH|TRANSITION: 40>}' with context.id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:44:01.592 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_desk' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.674, 0.302), 'effect': 'Flow', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north desk', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:01.593 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_desk=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.674, 0.302), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north desk, supported_features=36 @ 2023-08-13T15:43:59.647014+01:00>' found for light.bedroom_north_desk
2023-08-13 15:44:01.593 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_desk, not starting timer.
2023-08-13 15:44:01.627 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bed_north' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.674, 0.302), 'effect': 'Aurora', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bed north', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:01.628 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bed_north=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.674, 0.302), effect=Aurora, icon=mdi:led-strip-variant, friendly_name=Bed north, supported_features=36 @ 2023-08-13T15:43:59.690306+01:00>' found for light.bed_north
2023-08-13 15:44:01.628 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bed_north, not starting timer.
2023-08-13 15:44:01.640 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected a 'light.bedroom_north_corner' 'state_changed' event: '{'effect_list': ['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], 'supported_color_modes': [<ColorMode.RGB: 'rgb'>], 'color_mode': <ColorMode.RGB: 'rgb'>, 'brightness': 255, 'hs_color': (0.561, 83.922), 'rgb_color': (255, 43, 41), 'xy_color': (0.674, 0.302), 'effect': 'Flow', 'icon': 'mdi:led-strip-variant', 'friendly_name': 'Bedroom north corner', 'supported_features': <LightEntityFeature.EFFECT|TRANSITION: 36>}' with context.id='01H7QNN6CP:al:IFSG:skpp:F9'
2023-08-13 15:44:01.641 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] AdaptiveLightingManager: New adapt '<state light.bedroom_north_corner=on; effect_list=['Android', 'Aurora', 'Blends', 'Blink', 'Blink Rainbow', 'Bouncing Balls', 'Bpm', 'Breathe', 'Candle', 'Candle Multi', 'Candy Cane', 'Chase', 'Chase 2', 'Chase 3', 'Chase Flash', 'Chase Flash Rnd', 'Chase Rainbow', 'Chase Random', 'Chunchun', 'Colorful', 'Colorloop', 'Colortwinkles', 'Colorwaves', 'Dancing Shadows', 'Dissolve', 'Dissolve Rnd', 'Drip', 'Dynamic', 'Dynamic Smooth', 'Fade', 'Fairy', 'Fairytwinkle', 'Fill Noise', 'Fire 2012', 'Fire Flicker', 'Fireworks', 'Fireworks 1D', 'Fireworks Starburst', 'Flow', 'Glitter', 'Gradient', 'Halloween', 'Halloween Eyes', 'Heartbeat', 'ICU', 'Juggle', 'Lake', 'Lighthouse', 'Lightning', 'Loading', 'Meteor', 'Meteor Smooth', 'Multi Comet', 'Noise 1', 'Noise 2', 'Noise 3', 'Noise 4', 'Noise Pal', 'Oscillate', 'Pacifica', 'Palette', 'Percent', 'Phased', 'Phased Noise', 'Plasma', 'Police', 'Popcorn', 'Pride 2015', 'Railway', 'Rain', 'Rainbow', 'Rainbow Runner', 'Random Colors', 'Ripple', 'Ripple Rainbow', 'Running', 'Running Dual', 'Saw', 'Scan', 'Scan Dual', 'Scanner', 'Scanner Dual', 'Sine', 'Sinelon', 'Sinelon Dual', 'Sinelon Rainbow', 'Solid', 'Solid Glitter', 'Solid Pattern', 'Solid Pattern Tri', 'Sparkle', 'Sparkle Dark', 'Sparkle+', 'Spots', 'Spots Fade', 'Stream', 'Stream 2', 'Strobe', 'Strobe Mega', 'Strobe Rainbow', 'Sunrise', 'Sweep', 'Sweep Random', 'TV Simulator', 'Tetrix', 'Theater', 'Theater Rainbow', 'Traffic Light', 'Tri Fade', 'Tri Wipe', 'Twinkle', 'Twinklecat', 'Twinklefox', 'Twinkleup', 'Two Dots', 'Washing Machine', 'Wipe', 'Wipe Random'], supported_color_modes=[<ColorMode.RGB: 'rgb'>], color_mode=rgb, brightness=255, hs_color=(0.561, 83.922), rgb_color=(255, 43, 41), xy_color=(0.674, 0.302), effect=Flow, icon=mdi:led-strip-variant, friendly_name=Bedroom north corner, supported_features=36 @ 2023-08-13T15:43:59.685488+01:00>' found for light.bedroom_north_corner
2023-08-13 15:44:01.641 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] No last service data for light light.bedroom_north_corner, not starting timer.
2023-08-13 15:44:09.112 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting study: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNNFRQ:al:IFSG:ntrv:1I' lights: 'None', transition: '450.0', force: 'False'
2023-08-13 15:44:09.116 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting study: filtered_lights: '[]'
2023-08-13 15:44:22.607 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting kitchen+dining: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNNWYF:al:IFSG:ntrv:2B' lights: 'None', transition: '300.0', force: 'False'
2023-08-13 15:44:22.611 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting kitchen+dining: filtered_lights: '[]'
2023-08-13 15:44:29.408 ERROR (MainThread) [frontend.js.latest.202308020] http://homeassistant.local:8123/frontend_latest/app-lVQEYwG9x5Q.js:2:10695 Error: Failed to execute 'define' on 'CustomElementRegistry': the name "multiple-entity-row" has already been used with this registry
2023-08-13 15:44:36.175 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom south: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNPA6F:al:IFSG:ntrv:30' lights: 'None', transition: '300.0', force: 'False'
2023-08-13 15:44:36.178 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom south: filtered_lights: '[]'
2023-08-13 15:44:36.229 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Utility areas: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNPA85:al:KV2G:ntrv:30' lights: 'None', transition: '300.0', force: 'False'
2023-08-13 15:44:36.234 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Utility areas: filtered_lights: '[]'
2023-08-13 15:44:43.075 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for esp32-bluetooth-proxy-c87234 @ 192.168.0.48: Hello timed out (TimeoutAPIError)
2023-08-13 15:44:43.080 WARNING (MainThread) [aioesphomeapi.connection] esp32-bluetooth-proxy-c87234 @ 192.168.0.48: Connection error occurred: esp32-bluetooth-proxy-c87234 @ 192.168.0.48: Connection lost
2023-08-13 15:45:11.739 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting stairs: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNQCXV:al:IFSG:ntrv:F1' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:45:11.759 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNQCYF:al:IFSG:ntrv:FA' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:45:11.763 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: filtered_lights: '['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_1' with transition 45.0 and context.id=01H7QNQCYF:al:IFSG:ntrv:FA
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_2' with transition 45.0 and context.id=01H7QNQCYF:al:IFSG:ntrv:FA
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_3' with transition 45.0 and context.id=01H7QNQCYF:al:IFSG:ntrv:FA
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='True', context_id='01H7QNN6CBTGAD65C9E5P0N7TN'
2023-08-13 15:45:11.764 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_4' with transition 45.0 and context.id=01H7QNQCYF:al:IFSG:ntrv:FA
2023-08-13 15:45:11.782 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_1
2023-08-13 15:45:11.783 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_1 with service data {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:45:11.783 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_1, context_id=01H7QNQCYF:al:IFSG:ntrv:FA, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:45:11.785 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_2
2023-08-13 15:45:11.786 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_2 with service data {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:45:11.786 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_2, context_id=01H7QNQCYF:al:IFSG:ntrv:FA, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:45:11.788 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_3
2023-08-13 15:45:11.788 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_3 with service data {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:45:11.789 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_3, context_id=01H7QNQCYF:al:IFSG:ntrv:FA, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:45:11.791 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:45:11.791 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:45:11.792 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNQCYF:al:IFSG:ntrv:FA, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:45:11.792 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.793 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.798 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.799 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.816 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1']')' event with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.816 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNQCYF:al:IFSG:ntrv:FA', is_skipped_hash='False'
2023-08-13 15:45:11.818 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_2']')' event with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.818 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNQCYF:al:IFSG:ntrv:FA', is_skipped_hash='False'
2023-08-13 15:45:11.819 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_3']')' event with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.820 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNQCYF:al:IFSG:ntrv:FA', is_skipped_hash='False'
2023-08-13 15:45:11.820 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_4']')' event with context.id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:45:11.821 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNQCYF:al:IFSG:ntrv:FA', is_skipped_hash='False'
2023-08-13 15:45:11.832 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNQD0R:al:JRUX:ntrv:EY' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:45:11.836 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: filtered_lights: '[]'
2023-08-13 15:46:42.239 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting stairs: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNT59Z:al:IFSG:ntrv:F2' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:46:42.261 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNT5AM:al:IFSG:ntrv:FB' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: filtered_lights: '['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_1' with transition 45.0 and context.id=01H7QNT5AM:al:IFSG:ntrv:FB
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_2' with transition 45.0 and context.id=01H7QNT5AM:al:IFSG:ntrv:FB
2023-08-13 15:46:42.265 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:46:42.266 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_3' with transition 45.0 and context.id=01H7QNT5AM:al:IFSG:ntrv:FB
2023-08-13 15:46:42.266 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNQCYF:al:IFSG:ntrv:FA'
2023-08-13 15:46:42.266 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_4' with transition 45.0 and context.id=01H7QNT5AM:al:IFSG:ntrv:FB
2023-08-13 15:46:42.281 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_1
2023-08-13 15:46:42.281 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_1 with service data {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:46:42.281 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_1, context_id=01H7QNT5AM:al:IFSG:ntrv:FB, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:46:42.283 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_2
2023-08-13 15:46:42.284 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_2 with service data {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:46:42.284 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_2, context_id=01H7QNT5AM:al:IFSG:ntrv:FB, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:46:42.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_3
2023-08-13 15:46:42.289 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_3 with service data {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:46:42.289 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_3, context_id=01H7QNT5AM:al:IFSG:ntrv:FB, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:46:42.293 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:46:42.293 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:46:42.293 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNT5AM:al:IFSG:ntrv:FB, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:46:42.295 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.295 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.296 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.298 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.299 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1']')' event with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.299 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNT5AM:al:IFSG:ntrv:FB', is_skipped_hash='False'
2023-08-13 15:46:42.300 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_2']')' event with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.300 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNT5AM:al:IFSG:ntrv:FB', is_skipped_hash='False'
2023-08-13 15:46:42.303 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_3']')' event with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNT5AM:al:IFSG:ntrv:FB', is_skipped_hash='False'
2023-08-13 15:46:42.304 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_4']')' event with context.id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:46:42.305 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNT5AM:al:IFSG:ntrv:FB', is_skipped_hash='False'
2023-08-13 15:46:42.333 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNT5CX:al:JRUX:ntrv:EZ' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:46:42.337 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: filtered_lights: '[]'
2023-08-13 15:47:19.674 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive bathroom: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNV9VS:al:IFSG:ntrv:37' lights: 'None', transition: '300.0', force: 'False'
2023-08-13 15:47:52.409 WARNING (MainThread) [aioesphomeapi.connection] esp32-bluetooth-proxy-c87234 @ 192.168.0.48: Connection error occurred: [Errno 104] Connection reset by peer
2023-08-13 15:48:12.741 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting stairs: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNWXP4:al:IFSG:ntrv:F3' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:48:12.767 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: filtered_lights: '['light.bedroom_north_light_1', 'light.bedroom_north_light_2', 'light.bedroom_north_light_3', 'light.bedroom_north_light_4']'
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_1' with transition 45.0 and context.id=01H7QNWXPZ:al:IFSG:ntrv:FC
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_2' with transition 45.0 and context.id=01H7QNWXPZ:al:IFSG:ntrv:FC
2023-08-13 15:48:12.771 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:48:12.772 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_3' with transition 45.0 and context.id=01H7QNWXPZ:al:IFSG:ntrv:FC
2023-08-13 15:48:12.772 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] is_proactively_adapting_context='False', context_id='01H7QNT5AM:al:IFSG:ntrv:FB'
2023-08-13 15:48:12.772 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Calling _adapt_light from _update_attrs_and_maybe_adapt_lights: 'light.bedroom_north_light_4' with transition 45.0 and context.id=01H7QNWXPZ:al:IFSG:ntrv:FC
2023-08-13 15:48:12.790 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_1
2023-08-13 15:48:12.790 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_1 with service data {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:48:12.790 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_1, context_id=01H7QNWXPZ:al:IFSG:ntrv:FC, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:48:12.793 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_2
2023-08-13 15:48:12.794 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_2 with service data {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:48:12.794 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_2, context_id=01H7QNWXPZ:al:IFSG:ntrv:FC, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:48:12.796 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_3
2023-08-13 15:48:12.796 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_3 with service data {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:48:12.796 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_3, context_id=01H7QNWXPZ:al:IFSG:ntrv:FC, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:48:12.799 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Setting color_temp of light light.bedroom_north_light_4
2023-08-13 15:48:12.799 DEBUG (MainThread) [custom_components.adaptive_lighting.adaptation_utils] Preparing adaptation data for light.bedroom_north_light_4 with service data {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000}
2023-08-13 15:48:12.799 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: execute_cancellable_adaptation_calls with data: AdaptationData(entity_id=light.bedroom_north_light_4, context_id=01H7QNWXPZ:al:IFSG:ntrv:FC, sleep_time=45.0, force=False, max_length=1, which=both, initial_sleep=False)
2023-08-13 15:48:12.800 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_1', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.801 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_2', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.801 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_3', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.802 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Adaptive lighting bedroom north: Scheduling 'light.turn_on' with the following 'service_data': {'entity_id': 'light.bedroom_north_light_4', 'transition': 45.0, 'brightness': 255, 'color_temp_kelvin': 4000} with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.808 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_1']')' event with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.808 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNWXPZ:al:IFSG:ntrv:FC', is_skipped_hash='False'
2023-08-13 15:48:12.809 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_2']')' event with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.810 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNWXPZ:al:IFSG:ntrv:FC', is_skipped_hash='False'
2023-08-13 15:48:12.811 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_3']')' event with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.811 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNWXPZ:al:IFSG:ntrv:FC', is_skipped_hash='False'
2023-08-13 15:48:12.813 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Detected an 'light.turn_on('['light.bedroom_north_light_4']')' event with context.id='01H7QNWXPZ:al:IFSG:ntrv:FC'
2023-08-13 15:48:12.813 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] (0) _service_interceptor_turn_on_handler: call.context.id='01H7QNWXPZ:al:IFSG:ntrv:FC', is_skipped_hash='False'
2023-08-13 15:48:12.847 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: '_update_attrs_and_maybe_adapt_lights' called with context.id='01H7QNWXSF:al:JRUX:ntrv:F0' lights: 'None', transition: '45.0', force: 'False'
2023-08-13 15:48:12.850 DEBUG (MainThread) [custom_components.adaptive_lighting.switch] Living room: filtered_lights: '[]'
basnijholt commented 1 year ago

Thanks for the logs!

I believe this issue is solved by https://github.com/basnijholt/adaptive-lighting/pull/751.

I added this to the 1.19.1 release. Please try it out.

I will close this for now and will reopen in case you are still experiencing problems.

lucasfr commented 1 year ago

It is indeed solved. Thank you.