Synced file with web-ui generator

This template is generated by the web-ui using the standard values for each setting. Now, both the template (this file) and the generated settings.py fiel from the web-ui will yield the same results.
This commit is contained in:
Ace 2019-04-19 13:33:49 +02:00 committed by GitHub
parent 58dabb6e45
commit 86f71b8917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,20 +1,16 @@
""" To quickly get started, fill in the following details:"""
ical_urls = [
"https://calendar.google.com/calendar/ical/en.usa%23holiday%40group.v.calendar.google.com/public/basic.ics"
]
]
rss_feeds = [
"http://feeds.bbci.co.uk/news/world/rss.xml#"
]
"http://feeds.bbci.co.uk/news/world/rss.xml#"
]
update_interval = "60"
additional_feature = "rss"
additional_feature = "events"
api_key = ""
location = "Julich, DE"
location = "Stuttgart, DE"
week_starts_on = "Monday"
events_max_range = "60"
calibration_hours = [1,12,18]
calibration_hours = [0,12,18]
display_colours = "bwr"
language = "en"
units = "metric"