diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-14 16:55:21 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-09-14 16:55:21 +0200 |
commit | fa889a986cbfc8a3b321bfef3e32a9efa8471d70 (patch) | |
tree | 8debdc9f73ce9f564371895fcdfbee309a661428 /README.md | |
parent | 05882fe32eadb74e69064744a16522b5e8de5d82 (diff) |
Switch temperature unit to °C since HASS now drops anything using °c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |