"off" mode missing in initial_hvac_mode: (#9910)

* "off" mode missing in initial_hvac_mode:

added "off" mode to initial_hvac_mode:

* ✏️ Tweak
This commit is contained in:
Destix 2019-07-20 12:39:38 +03:00 committed by Franck Nijhof
parent c2dd6550ac
commit 26701e281a

View File

@ -73,7 +73,7 @@ keep_alive:
required: false required: false
type: [time, integer] type: [time, integer]
initial_hvac_mode: 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 required: false
type: string type: string
away_temp: away_temp: