Update config-template.json with placeholders for environment sensors
This commit is contained in:
parent
38710484f9
commit
42483df78c
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue