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