From 06bd05a4f92dea71574994c2beab1b4687570384 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 27 Feb 2024 09:34:42 -0600 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 daaaf9dd..bbcef89b 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -596,7 +596,6 @@ CHECKTEMP_SERVICE_RUNSENSOR(){ mqtt_message=`${mqtt_conn} -t tele/${SENSOR}/SENSOR -C 1` echo ${mqtt_message} | cut -d':' -f 7 | cut -d',' -f 1 | read temp_h echo ${mqtt_message} | cut -d':' -f 6 | cut -d',' -f 1 | read temp_c - echo "${SENSORa} = ${temp_c} - ${temp_h}" elif [ "${PW_SENSOR_TYPE[${1}]}" == "tuya" ]; then IFS=: read -r temp_c temp_h <<< $(GET_TUYA_TEMP ${1}); unset IFS