diff --git a/components/climate/tuya.rst b/components/climate/tuya.rst index 43e50e6f5..169606b9b 100644 --- a/components/climate/tuya.rst +++ b/components/climate/tuya.rst @@ -49,6 +49,10 @@ Configuration variables: - **target_temperature_datapoint** (**Required**, int): The datapoint id number of the target temperature. - **current_temperature_datapoint** (**Required**, int): The datapoint id number of the current temperature. - **temperature_multiplier** (**Optional**, float): A multiplier to modify the incoming and outgoing temperature values - :ref:`see below `. + If the device has different multipliers for current and target temperatures, **temperature_multiplier** can be replaced with both of: + + - **current_temperature_multiplier** (**Optional**, float): A multiplier to modify the current temperature value. + - **target_temperature_multiplier** (**Optional**, float): A multiplier to modify the target temperature value. - All other options from :ref:`Climate `. .. _temperature-multiplier: