small j for float
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2026-03-06 20:25:04 +01:00
parent 8c5626942f
commit b940f715c0
2 changed files with 140 additions and 138 deletions

View File

@@ -185,7 +185,7 @@
"attributes": {
"application": "Shellies Sensor Temperature",
"deviceSelector": "T:2",
"valueSelector": "J:$.tC",
"valueSelector": "j:$.tC",
"unitSelector": "C:°C"
}
}
@@ -199,7 +199,7 @@
"attributes": {
"application": "Shellies Sensor Humidity",
"deviceSelector": "T:2",
"valueSelector": "J:$.rh",
"valueSelector": "j:$.rh",
"unitSelector": "C:%"
}
}
@@ -213,7 +213,7 @@
"attributes": {
"application": "Shellies Sensor Power",
"deviceSelector": "T:2",
"valueSelector": "J:$.battery.percent",
"valueSelector": "j:$.battery.percent",
"unitSelector": "C:%"
}
}