From 8eea3bc795512ec12a563d22a5a474efada2b6c8 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 9 Sep 2025 06:27:58 +0200 Subject: Use °C for temperatures; HASS now considers °c to be an error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fafb45c..de917b5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ port:on("data", 9, uart_callback) function uart_callback(data) if mh_z19.parse_frame(data) then -- mh_z19.co2 : CO₂ concentration [ppm] - -- mh_z19.temp : device temperature [°c] + -- mh_z19.temp : device temperature [°C] -- mh_z19.abc_ticks : ticks since last Automatic Baseline Correction -- mh_z19.abc_count : number of Automatic Baseline Corrections performed since power-on end -- cgit v1.2.3