From 42483df78ccacaf36be9470e7982704d9f51dd4c Mon Sep 17 00:00:00 2001 From: Bennett Wetters Date: Sun, 14 Jan 2024 01:04:32 +0100 Subject: [PATCH] Update config-template.json with placeholders for environment sensors --- config-template.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/config-template.json b/config-template.json index 9be6055..bd1ecfb 100644 --- a/config-template.json +++ b/config-template.json @@ -14,9 +14,23 @@ "temperature": [ { "sensor_data": { - "name": "Küche", + "unit": "C", "location": "Hauptraum", - "unit": "C" + "name": "Kueche", + "description": "Sensor im Ofen" + }, + "allowed_credentials": [ + "home-assistant" + ] + } + ], + "humidity": [ + { + "sensor_data": { + "unit": "hPa", + "location": "Hauptraum", + "name": "Kueche", + "description": "Sensor im Wasserhahn" }, "allowed_credentials": [ "home-assistant"