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"