From 544df3d14c84666dbc66093f10e0b19ca7ef2da1 Mon Sep 17 00:00:00 2001 From: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com> Date: Fri, 16 Feb 2024 15:59:45 +0100 Subject: [PATCH] Update climate.markdown (#28912) Co-authored-by: G Johansson --- source/_integrations/climate.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/climate.markdown b/source/_integrations/climate.markdown index 35b5164d305..b49e08ac820 100644 --- a/source/_integrations/climate.markdown +++ b/source/_integrations/climate.markdown @@ -19,7 +19,7 @@ The **Climate** {% term integration %} allows you to control and monitor HVAC (h ### Climate control services -Available services: `climate.set_aux_heat`, `climate.set_preset_mode`, `climate.set_temperature`, `climate.set_humidity`, `climate.set_fan_mode`, `climate.set_hvac_mode`, `climate.set_swing_mode`, `climate.turn_on`, `climate.turn_off` +Available services: `climate.set_aux_heat`, `climate.set_preset_mode`, `climate.set_temperature`, `climate.set_humidity`, `climate.set_fan_mode`, `climate.set_hvac_mode`, `climate.set_swing_mode`, `climate.turn_on`, `climate.turn_off`, `climate.toggle`
@@ -234,6 +234,14 @@ Turn climate device off. This is only supported if the climate device has the HV | ---------------------- | -------- | ----------- | | `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`. +### Service `climate.toggle` + +Toggle climate device. This is only supported if the climate device supports being turned on and off. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `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`. + ## Attributes The climate entity has extra attributes to represent the state of the thermostat.