diff --git a/source/_components/climate.mysensors.markdown b/source/_components/climate.mysensors.markdown index 1c1ce8cea03..37195f84a23 100644 --- a/source/_components/climate.mysensors.markdown +++ b/source/_components/climate.mysensors.markdown @@ -21,9 +21,9 @@ The following actuator types are supported: S_TYPE | V_TYPE -------|----------------------------------------------------------------------------- -S_HVAC | V_HVAC_FLOW_STATE*, V_HVAC_SETPOINT_HEAT, V_HVAC_SETPOINT_COOL, V_HVAC_SPEED +S_HVAC | V_HVAC_FLOW_STATE*, V_HVAC_SETPOINT_HEAT, V_HVAC_SETPOINT_COOL, V_HVAC_SPEED, V_TEMP -V_HVAC_FLOW_STATE is mapped to the state of the Climate component in HA as follows: +V_HVAC_FLOW_STATE is mapped to the state of the Climate component in Home Assistant as follows: Home Assistant State | MySensors State ---------------------|---------------- @@ -38,6 +38,8 @@ Set the target temperature using V_HVAC_SETPOINT_HEAT in Heat mode, and V_HVAC_S You can use V_HVAC_SPEED to control the Speed setting of the Fan in the HVAC. +You can use V_TEMP to send the current temperature from the node to Home Assistant. + For more information, visit the [serial api] of MySensors. ### {% linkable_title Example sketch %}