From 4cb7e3f731c874105578362f011f4bd96fb98761 Mon Sep 17 00:00:00 2001 From: Maximilian Giller Date: Mon, 9 Oct 2023 17:56:21 +0200 Subject: [PATCH] Improved logging --- src/smart_hue_counter.py | 1 + 1 file changed, 1 insertion(+) 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