From 04c1dc59cea439873bbd3375277550b6fa5fd7e2 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Mon, 3 Mar 2025 20:08:54 -0500 Subject: [PATCH] nvme temp parsing fix --- hwmonDaemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwmonDaemon.py b/hwmonDaemon.py index 7dc4e57..1c154b6 100644 --- a/hwmonDaemon.py +++ b/hwmonDaemon.py @@ -667,7 +667,7 @@ class SystemHealthMonitor: def _parse_smart_value(self, raw_value: str) -> int: """ - Parse SMART values handling different formats + Parse SMART values handling different formats including NVMe temperature readings """ try: # Handle temperature values with °C