mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
"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:
parent
c2dd6550ac
commit
26701e281a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user