[homekit] make min and max temperature units depedent on useFahrenheitTemperature setting (#10074)
Signed-off-by: Eugen Freiter <freiter@gmx.de>
This commit is contained in:
@@ -345,6 +345,8 @@ Number thermostat_current_temp "Thermostat Current Temp [%.1f C]" (gThermo
|
||||
Number thermostat_target_temp "Thermostat Target Temp[%.1f C]" (gThermostat) {homekit = "TargetTemperature" [minValue=10.5, maxValue=27]}
|
||||
```
|
||||
|
||||
If "useFahrenheitTemperature" is set to true, the min and max temperature must be provided in Fahrenheit.
|
||||
|
||||
#### Thermostat modes
|
||||
|
||||
HomeKit thermostat supports following modes
|
||||
|
||||
Reference in New Issue
Block a user