diff --git a/src/smart_hue_counter.py b/src/smart_hue_counter.py index 1a1fccb..0698bfe 100644 --- a/src/smart_hue_counter.py +++ b/src/smart_hue_counter.py @@ -178,6 +178,7 @@ def trigger_change(triggerState: dict): if target_light_state == motion_triggered_lights: return + logging.info(f"Motion trigger set to {target_light_state}") set_light_state(target_light_state) # Save state