Correct typos in README and config template

This commit is contained in:
Bendodroid 2024-01-15 15:27:08 +01:00
commit 808482b370
Signed by: bendodroid
GPG key ID: 3EEE19A0F73D5FFC
2 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,8 @@
{
"credentials": {
"home-assistant": {
"username": "home-assistant",
"password": "hamiau"
"club-assistant": {
"username": "club-assistant",
"password": "clubmiau"
},
"dooris-hauptraum": {
"username": "dooris-hauptraum",
@ -20,7 +20,7 @@
"description": "Sensor im Ofen"
},
"allowed_credentials": [
"home-assistant"
"club-assistant"
]
},
{
@ -30,20 +30,20 @@
"description": "Sensor im Hauptraum"
},
"allowed_credentials": [
"home-assistant"
"club-assistant"
]
}
],
"humidity": [
{
"sensor_data": {
"unit": "hPa",
"unit": "%",
"location": "Hauptraum",
"name": "Kueche",
"description": "Sensor im Wasserhahn"
},
"allowed_credentials": [
"home-assistant"
"club-assistant"
]
}
]