diff --git a/tasmota/xdrv_23_zigbee_A_impl.ino b/tasmota/xdrv_23_zigbee_A_impl.ino index 7bacb43d9..3e29c7962 100644 --- a/tasmota/xdrv_23_zigbee_A_impl.ino +++ b/tasmota/xdrv_23_zigbee_A_impl.ino @@ -1432,16 +1432,26 @@ void ZigbeeShow(bool json) // Sensors bool temperature_ok = device.validTemperature(); + bool tempareture_target_ok = device.validTemperatureTarget(); + bool th_setpoint_ok = device.validThSetpoint(); bool humidity_ok = device.validHumidity(); bool pressure_ok = device.validPressure(); - if (temperature_ok || humidity_ok || pressure_ok) { + if (temperature_ok || tempareture_target_ok || th_setpoint_ok || humidity_ok || pressure_ok) { WSContentSend_P(PSTR("