From 26701e281a5011b6db5d9c2009463ebb166d00b0 Mon Sep 17 00:00:00 2001 From: Destix <32171782+Destix@users.noreply.github.com> Date: Sat, 20 Jul 2019 12:39:38 +0300 Subject: [PATCH] "off" mode missing in initial_hvac_mode: (#9910) * "off" mode missing in initial_hvac_mode: added "off" mode to initial_hvac_mode: * :pencil2: Tweak --- source/_components/generic_thermostat.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/generic_thermostat.markdown b/source/_components/generic_thermostat.markdown index 348c8911ae2..ce18077f285 100644 --- a/source/_components/generic_thermostat.markdown +++ b/source/_components/generic_thermostat.markdown @@ -73,7 +73,7 @@ keep_alive: required: false type: [time, integer] initial_hvac_mode: - description: Set the initial HVAC mode. Valid values are `heat`, `cool` or `auto`. Value has to be double quoted. If this parameter is not set, it is preferable to set a *keep_alive* value. This is helpful to align any discrepancies between *generic_thermostat* and *heater* state. + description: Set the initial HVAC mode. Valid values are `off`, `heat` or `cool`. Value has to be double quoted. If this parameter is not set, it is preferable to set a *keep_alive* value. This is helpful to align any discrepancies between *generic_thermostat* and *heater* state. required: false type: string away_temp: