From d77ceaaa00c2ac7b07faa7f1326aa7391f9e8daa Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sun, 21 Jan 2024 03:47:25 +0100 Subject: [PATCH] Actually use degree sign instead of masculine ordinal indicator --- config-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-template.json b/config-template.json index 547f529..65297c7 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" },