From e6d413c21f30f6e6b06d507555d1549a6168bfe2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 10 Apr 2024 10:46:52 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 2e298aa1..5ba335a6 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -366,7 +366,6 @@ CHECKTEMPSENSOR(){ else temp_c='' fi - echo $temp_f elif [ "${PW_SENSOR_TYPE[${1}]}" == "tuya" ]; then IFS=: read -r temp_c temp_h <<< $(GET_TUYA_TEMP ${1}); unset IFS