Removed example schedule

This commit is contained in:
Maximilian Giller 2022-09-14 00:17:41 +02:00
parent 121ea4f899
commit ac406f94f1

View file

@ -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