mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Update climate.generic_thermostat.markdown (#941)
This commit is contained in:
parent
bc6d32a842
commit
112280e453
@ -40,6 +40,6 @@ Configuration variables:
|
|||||||
- **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature.
|
- **target_sensor** (*Required*): `entity_id` for a temperature sensor, target_sensor.state must be temperature.
|
||||||
- **min_temp** (*Optional*): Set minimum set point available (default: 7)
|
- **min_temp** (*Optional*): Set minimum set point available (default: 7)
|
||||||
- **max_temp** (*Optional*): Set maximum set point available (default: 35)
|
- **max_temp** (*Optional*): Set maximum set point available (default: 35)
|
||||||
- **target_temp** (*Required*): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.
|
- **target_temp** (*Optional*): Set intital target temperature. Failure to set this variable will result in target temperature being set to null on startup.
|
||||||
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
|
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
|
||||||
- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in it's current state prior to being switched either off or on.
|
- **min_cycle_duration** (*Optional*): Set a minimum amount of time that the switch specified in the *heater* option must be in it's current state prior to being switched either off or on.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user