[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:
eugen
2021-02-07 08:04:32 +01:00
committed by GitHub
parent 10b9b562ad
commit 8a2ac82b07
3 changed files with 20 additions and 12 deletions

View File

@@ -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