summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-09-14 16:55:21 +0200
committerBirte Kristina Friesel <derf@finalrewind.org>2025-09-14 16:55:21 +0200
commitfa889a986cbfc8a3b321bfef3e32a9efa8471d70 (patch)
tree8debdc9f73ce9f564371895fcdfbee309a661428 /README.md
parent05882fe32eadb74e69064744a16522b5e8de5d82 (diff)
Switch temperature unit to °C since HASS now drops anything using °c
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dd2dad3..f8c5b9d 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ function read_data()
-- sen5x.pm4 : pm4/10 == PM4.0 concentration [µg/m³]
-- sen5x.pm10 : pm10/10 == PM10 concentration [µg/m³]
-- sen5x.humidity : humidity/100 == Humidity [%]
- -- sen5x.temperature : temperature/200 == Temperature [°c]
+ -- sen5x.temperature : temperature/200 == Temperature [°C]
-- sen5x.voc : voc/10 == VOC [?]
-- sen5x.nox : nox/10 == NOx [?]
end