Added Feed. Please add the correct Calendar URL
This commit is contained in:
parent
78a8aff0f4
commit
d8c38758fe
|
@ -42,6 +42,16 @@ var spaceanswer = {
|
|||
closed: "http://status.ctdo.de/img/red.png"
|
||||
}
|
||||
},
|
||||
feeds: {
|
||||
blog: {
|
||||
type: "application/rss+xml",
|
||||
url: "https://www.chaostreff-dortmund.de/feed/"
|
||||
},
|
||||
calendar: {
|
||||
type: "text/calendar",
|
||||
url: "https://www.chaostreff-dortmund.de/events.ics" //TODO: Correct URL
|
||||
}
|
||||
},
|
||||
sensors: {
|
||||
power_consumption: [{
|
||||
unit: "W",
|
||||
|
|
Loading…
Reference in New Issue