Skip to content

Commit

Permalink
Add min_cycle_duration to heat_control documentation (#733)
Browse files Browse the repository at this point in the history
This commit adds documentation for the heat_control min_cycle_duration
option added in home-assistant/core#2726
  • Loading branch information
mtreinish authored and balloob committed Aug 13, 2016
1 parent 71c92b4 commit 5beb433
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/_components/thermostat.heat_control.markdown
Expand Up @@ -23,6 +23,13 @@ thermostat:
min_temp: 15
max_temp: 21
target_temp: 15
min_cycle_duration:
# At least one of these must be specified:
days: 2
hours: 1
minutes: 10
seconds: 5
milliseconds: 20
```

Configuration variables:
Expand All @@ -34,3 +41,4 @@ Configuration variables:
- **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.
- **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.

0 comments on commit 5beb433

Please sign in to comment.