Added calibration_hours to settings-sample
This commit is contained in:
parent
7c8dc46b45
commit
c572180d5b
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
""" To quickly get started, fill in the following details:"""
|
""" To quickly get started, fill in the following details:"""
|
||||||
|
|
||||||
ical_urls = [
|
ical_urls = [
|
||||||
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
|
||||||
]
|
]
|
||||||
|
|
||||||
api_key = ""
|
api_key = ""
|
||||||
|
@ -16,4 +16,5 @@ hours = "24"
|
||||||
|
|
||||||
"""DEBUG"""
|
"""DEBUG"""
|
||||||
render_to_display = True
|
render_to_display = True
|
||||||
render_to_file = False
|
render_to_file = False # Will be called "design_exported.png" in Calendar-directory
|
||||||
|
calibrate_hours = [0, 12, 18]
|
Loading…
Reference in a new issue