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.