From 6782309682da160f17503a44e39e77ac510917b6 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Mon, 26 Jan 2026 15:39:36 -0600 Subject: [PATCH] add default temp unit --- lib/towerops_web/live/device_live/show.html.heex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/towerops_web/live/device_live/show.html.heex b/lib/towerops_web/live/device_live/show.html.heex index 2a18adf3..88e187eb 100644 --- a/lib/towerops_web/live/device_live/show.html.heex +++ b/lib/towerops_web/live/device_live/show.html.heex @@ -613,7 +613,7 @@ sensor.latest_reading.value, sensor.sensor_divisor )} - {sensor.sensor_unit} + {sensor.sensor_unit || "°C"} <% else %> N/A <% end %>