Add ac_mode option to thermostat.heat_control docs (#723)
This commit adds the heat_control option add in change: home-assistant/home-assistant#2719 to the documentation for that component.
This commit is contained in:
parent
86f274f323
commit
64e63e42e4
1 changed files with 1 additions and 0 deletions
|
@ -33,3 +33,4 @@ Configuration variables:
|
|||
- **min_temp** (*Optional*): Set minimum set point available (default: 7)
|
||||
- **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.
|
||||
- **ac_mode** (*Optional*): Set the switch specified in the *heater* option to be treated as a cooling device instead of a heating device.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue