File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/components/climate Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,8 +230,10 @@ indication of the current climate mode.
230230 its fan either immediately or, when `fan_only_cooling` is `true`, as needed based on the upper
231231 target temperature value).
232232
233- - **heat_cool_mode** (*Optional*, [Action](/automations/actions#all-actions)): The action to call when
234- the climate device is placed into "heat/cool" mode (it may both cool and heat as required).
233+ - **heat_cool_mode** (*Optional*, [Action](/automations/actions#all-actions) or boolean): The action to call when
234+ the climate device is placed into "heat/cool" mode (it may both cool and heat as required). If no action is desired,
235+ may be set to `true` to enable the mode without a related automation. Note that **both** `heat_action` **and**
236+ ` cool_action` ([see above](#heating-and-cooling-actions)) must be defined to enable this mode.
235237
236238- **auto_mode** (*Optional*, [Action](/automations/actions#all-actions)): The action to call when
237239 the climate device is placed into "auto" mode (it may both cool and heat as required). This mode is
You can’t perform that action at this time.
0 commit comments