Update temp.inc.sh

This commit is contained in:
2024-04-10 10:46:52 -05:00
parent 53f940dbe4
commit e6d413c21f

View File

@@ -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