diff --git a/src/smart_hue_counter.py b/src/smart_hue_counter.py index 58d9a1a..6d85cb1 100644 --- a/src/smart_hue_counter.py +++ b/src/smart_hue_counter.py @@ -16,11 +16,7 @@ ENABLE_SCHEDULE_TRIGGERS = ( # Schedule (Key is time after scene should be used. Value is scene name to be used.) # Needs to be sorted chronologically -SCHEDULE: dict[time, str] = { - time(8, 0): "Good Morning", - time(18, 0): "Evening", - time(22, 0): "Nightlight", -} +SCHEDULE: dict[time, str] = {} LOG_FILE_PATH = "log.txt" # Path for logs