Handle sensors that don't have a name, just a location
This commit is contained in:
parent
04b7efd74a
commit
0241a506d4
3 changed files with 20 additions and 9 deletions
|
@ -22,6 +22,16 @@
|
|||
"allowed_credentials": [
|
||||
"home-assistant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"sensor_data": {
|
||||
"unit": "C",
|
||||
"location": "Hauptraum",
|
||||
"description": "Sensor im Hauptraum"
|
||||
},
|
||||
"allowed_credentials": [
|
||||
"home-assistant"
|
||||
]
|
||||
}
|
||||
],
|
||||
"humidity": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue