You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
49
-
| `aux_heat` | no | New value of auxiliary heater.
48
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
49
+
| `aux_heat` | Yes | New value of auxiliary heater.
50
50
51
51
#### Automation example
52
52
@@ -69,10 +69,10 @@ Set preset mode for climate device. Away mode changes the target temperature per
69
69
reflecting a situation where the climate device is set to save energy. For example, this may be used to emulate a
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
75
-
| `preset_mode` | no | New value of preset mode.
74
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
99
-
| `temperature` | yes | New target temperature for climate device (commonly referred to as a *setpoint*). Do not use if `hvac_mode` is `heat_cool`.
100
-
| `target_temp_high` | yes | The highest temperature that the climate device will allow. Required if `hvac_mode` is `heat_cool`. Required together with `target_temp_low`.
101
-
| `target_temp_low` | yes | The lowest temperature that the climate device will allow. Required if `hvac_mode` is `heat_cool`. Required together with `target_temp_high`.
102
-
| `hvac_mode` | yes | HVAC mode to set the climate device to. This defaults to current HVAC mode if not set, or set incorrectly.
98
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
99
+
| `temperature` | No | New target temperature for climate device (commonly referred to as a *setpoint*). Do not use if `hvac_mode` is `heat_cool`.
100
+
| `target_temp_high` | No | The highest temperature that the climate device will allow. Required if `hvac_mode` is `heat_cool`. Required together with `target_temp_low`.
101
+
| `target_temp_low` | No | The lowest temperature that the climate device will allow. Required if `hvac_mode` is `heat_cool`. Required together with `target_temp_high`.
102
+
| `hvac_mode` | No | HVAC mode to set the climate device to. This defaults to current HVAC mode if not set, or set incorrectly.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
144
-
| `humidity` | no | New target humidity for climate device
143
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
144
+
| `humidity` | Yes | New target humidity for climate device
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
168
-
| `fan_mode` | no | New value of fan mode
167
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
192
-
| `hvac_mode` | no | New value of HVAC mode
191
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
216
-
| `swing_mode` | no | New value of swing mode: `off`, `horizontal`, `vertical` or `both`.
215
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
216
+
| `swing_mode` | Yes | New value of swing mode: `off`, `horizontal`, `vertical` or `both`.
217
217
218
218
#### Automation example
219
219
@@ -234,10 +234,10 @@ automation:
234
234
235
235
Set horizontal swing operation mode for climate device
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`. |
240
-
| `swing_horizontal_mode` | no | New value of horizontal swing mode. |
239
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`. |
240
+
| `swing_horizontal_mode` | Yes | New value of horizontal swing mode. |
241
241
242
242
#### Automation example
243
243
@@ -258,25 +258,25 @@ automation:
258
258
259
259
Turn climate device on. This is only supported if the climate device supports being turned off.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
263
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
264
264
265
265
### Action `climate.turn_off`
266
266
267
267
Turn climate device off. This is only supported if the climate device has the HVAC mode `off`.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
271
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
272
272
273
273
### Action `climate.toggle`
274
274
275
275
Toggle climate device. This is only supported if the climate device supports being turned on and off.
| `entity_id` | yes | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
279
+
| `entity_id` | No | String or list of strings that define the entity ID(s) of climate device(s) to control. To target all climate devices, use `all`.
0 commit comments