From 579e7138d52e2c043b4f10bb494beb603cf216cd Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Wed, 17 Jan 2024 18:51:04 +0100 Subject: [PATCH] Fix temperature sensor unit in template and edit Git info --- config-template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config-template.json b/config-template.json index c858f0e..547f529 100644 --- a/config-template.json +++ b/config-template.json @@ -14,7 +14,7 @@ "temperature": [ { "sensor_data": { - "unit": "C", + "unit": "ºC", "location": "Hauptraum", "name": "Kueche", "description": "Sensor im Ofen" @@ -25,7 +25,7 @@ }, { "sensor_data": { - "unit": "C", + "unit": "ºC", "location": "Hauptraum", "description": "Sensor im Hauptraum" }, @@ -93,8 +93,8 @@ "url": "https://wiki.ccchh.net" }, { - "name": "GitLab", - "url": "https://gitlab.hamburg.ccc.de" + "name": "Git (Forgejo)", + "url": "https://git.hamburg.ccc.de" } ] }