Update config-template.json with placeholders for environment sensors

This commit is contained in:
Bendodroid 2024-01-14 01:04:32 +01:00
parent 38710484f9
commit 42483df78c
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC

View file

@ -14,9 +14,23 @@
"temperature": [ "temperature": [
{ {
"sensor_data": { "sensor_data": {
"name": "Küche", "unit": "C",
"location": "Hauptraum", "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": [ "allowed_credentials": [
"home-assistant" "home-assistant"