mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-03-18 14:39:54 +01:00
Add reports_fahrenheit to tuya climate (#2448)
This commit is contained in:
parent
40af2a48ad
commit
9a8aa667ee
@ -60,6 +60,7 @@ Configuration variables:
|
||||
- **temperature_multiplier** (*Optional*, float): A multiplier to modify the incoming and outgoing temperature values - :ref:`see below <temperature-multiplier>`.
|
||||
- **eco_datapoint** (*Optional*, int): The datapoint id number of the eco mode state.
|
||||
- **eco_temperature** (*Optional*, float): The target temperature the controller uses while the eco mode is active.
|
||||
- **reports_fahrenheit** (*Optional*, boolean): Set to ``true`` if the device reports temperatures in Fahrenheit. ESPHome expects all climate temperatures to be in Celcius, otherwise unexpected conversions will take place when it is published to Home Assistant. Defaults to ``false``.
|
||||
|
||||
If the device has different multipliers for current and target temperatures, **temperature_multiplier** can be replaced with both of:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user