Removed example schedule
This commit is contained in:
parent
121ea4f899
commit
ac406f94f1
1 changed files with 1 additions and 5 deletions
|
@ -16,11 +16,7 @@ ENABLE_SCHEDULE_TRIGGERS = (
|
||||||
|
|
||||||
# Schedule (Key is time after scene should be used. Value is scene name to be used.)
|
# Schedule (Key is time after scene should be used. Value is scene name to be used.)
|
||||||
# Needs to be sorted chronologically
|
# Needs to be sorted chronologically
|
||||||
SCHEDULE: dict[time, str] = {
|
SCHEDULE: dict[time, str] = {}
|
||||||
time(8, 0): "Good Morning",
|
|
||||||
time(18, 0): "Evening",
|
|
||||||
time(22, 0): "Nightlight",
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
LOG_FILE_PATH = "log.txt" # Path for logs
|
LOG_FILE_PATH = "log.txt" # Path for logs
|
||||||
|
|
Loading…
Reference in a new issue