From f4b023b55efe9887016d9d54367dc5d4678729f5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 26 Dec 2023 13:53:39 -0600 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fa768ba3..5f313319 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -182,7 +182,7 @@ CHECKTEMPSENSOR(){ fi if [ "${PW_SENSOR_TYPE[${1}]}" == "system" ] && [[ "${1}" = *"FAN"* ]]; then - temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 2 yes) + temp_f_disp=$(IDS_NUMBER_FORMAT ${temp_f} 0) else temp_f_disp=${temp_f} fi