From 5beb433ef8c80d64b93bcc2f8e59d0d251ed407b Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sat, 13 Aug 2016 13:33:19 -0400 Subject: [PATCH] Add min_cycle_duration to heat_control documentation (#733) This commit adds documentation for the heat_control min_cycle_duration option added in home-assistant/home-assistant#2726 --- source/_components/thermostat.heat_control.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_components/thermostat.heat_control.markdown b/source/_components/thermostat.heat_control.markdown index 1ec08330364..4b70cf0649b 100644 --- a/source/_components/thermostat.heat_control.markdown +++ b/source/_components/thermostat.heat_control.markdown @@ -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: @@ -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.