From 3a573d80927b9b65d7a3c8ecff924e13dbfcca46 Mon Sep 17 00:00:00 2001 From: Rafal Drozda Date: Thu, 30 Nov 2023 17:18:51 +0100 Subject: [PATCH 1/3] Add Advent of Code Event --- info/news.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/info/news.json b/info/news.json index 7e94edb3e..4596b1bfb 100644 --- a/info/news.json +++ b/info/news.json @@ -1,4 +1,21 @@ [ + { + "title": { + "en": "[Event] ioBroker Advent of Code, join us!", + "de": "[Event] ioBroker Advent of Code, mach doch auch mit!" + }, + "content": { + "en": "Register and take part in the ioBroker Advent of Code LeaderBoard, we will see who will offer the best and fastest solution, both technically and creatively, Oh... and there is something nice to win, more information at our ioBroker Forum.", + "de": "Advent Advent ein Lichtlein brennt, erst eins… dann 2 … dann 3 … dann 4 … Oh... Ein Gewinnspiel gibs auch noch hier! Registriert euch und nehmt teil an dem ioBroker Advent of Code LeaderBoard , wir werden ja sehen, wer hier sowohl code technisch, aber auch kreativ die beste und schnellste Lösung bieten wird.Es gibt auch etwas su gewinnen, mehr dazu im ioBroker Forum." + }, + "id": "christmasCoderEvent", + "class": "info", + "fa-icon": "exclamation-circle", + "created": "2023-11-30T17:00:00.000Z", + "conditions": { + "admin": "installed" + } +}, { "title": { "en": "The Squeezebox adapter will be discontinued and will be replaced.", From eae7c6ceb7bf6703b3a0745f3d73575c5cafc48f Mon Sep 17 00:00:00 2001 From: Rafal Drozda Date: Thu, 30 Nov 2023 17:31:49 +0100 Subject: [PATCH 2/3] Update news.json --- info/news.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/news.json b/info/news.json index 4596b1bfb..9abb674af 100644 --- a/info/news.json +++ b/info/news.json @@ -8,7 +8,7 @@ "en": "Register and take part in the ioBroker Advent of Code LeaderBoard, we will see who will offer the best and fastest solution, both technically and creatively, Oh... and there is something nice to win, more information at our ioBroker Forum.", "de": "Advent Advent ein Lichtlein brennt, erst eins… dann 2 … dann 3 … dann 4 … Oh... Ein Gewinnspiel gibs auch noch hier! Registriert euch und nehmt teil an dem ioBroker Advent of Code LeaderBoard , wir werden ja sehen, wer hier sowohl code technisch, aber auch kreativ die beste und schnellste Lösung bieten wird.Es gibt auch etwas su gewinnen, mehr dazu im ioBroker Forum." }, - "id": "christmasCoderEvent", + "id": "christmasCoderEvent2023", "class": "info", "fa-icon": "exclamation-circle", "created": "2023-11-30T17:00:00.000Z", From 7957df05a3c9e81de731d3b435fe38003b69e962 Mon Sep 17 00:00:00 2001 From: Rafal Drozda Date: Thu, 30 Nov 2023 18:04:42 +0100 Subject: [PATCH 3/3] add endDate --- info/news.json | 1 + 1 file changed, 1 insertion(+) diff --git a/info/news.json b/info/news.json index 9abb674af..4b7c1a490 100644 --- a/info/news.json +++ b/info/news.json @@ -12,6 +12,7 @@ "class": "info", "fa-icon": "exclamation-circle", "created": "2023-11-30T17:00:00.000Z", + "date-end": "2023-14-30T00:00:00.000Z", "conditions": { "admin": "installed" }