Fix temperature sensor unit in template #25
|
@ -14,7 +14,7 @@
|
||||||
"temperature": [
|
"temperature": [
|
||||||
{
|
{
|
||||||
"sensor_data": {
|
"sensor_data": {
|
||||||
"unit": "C",
|
"unit": "ºC",
|
||||||
"location": "Hauptraum",
|
"location": "Hauptraum",
|
||||||
"name": "Kueche",
|
"name": "Kueche",
|
||||||
"description": "Sensor im Ofen"
|
"description": "Sensor im Ofen"
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sensor_data": {
|
"sensor_data": {
|
||||||
"unit": "C",
|
"unit": "ºC",
|
||||||
"location": "Hauptraum",
|
"location": "Hauptraum",
|
||||||
"description": "Sensor im Hauptraum"
|
"description": "Sensor im Hauptraum"
|
||||||
},
|
},
|
||||||
|
@ -93,8 +93,8 @@
|
||||||
"url": "https://wiki.ccchh.net"
|
"url": "https://wiki.ccchh.net"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GitLab",
|
"name": "Git (Forgejo)",
|
||||||
"url": "https://gitlab.hamburg.ccc.de"
|
"url": "https://git.hamburg.ccc.de"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue