From 47f73a3ec884b3ca27b11882548ee24785ea26ba Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 10 Apr 2024 10:44:45 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index fcebb87e..a4ed542a 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -366,6 +366,7 @@ 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