From f16325fc9b3cf4b429d9295356544d296d94d2c9 Mon Sep 17 00:00:00 2001 From: coolguymatt <35379891+coolguymatt@users.noreply.github.com> Date: Thu, 18 Jul 2019 09:06:06 -0400 Subject: [PATCH] Update climate.markdown (#9894) * Update climate.markdown Couple places where operation_mode was still documented instead of hvac_mode * :pencil2: Tweak * :pencil2: Tweak --- source/_components/climate.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/climate.markdown b/source/_components/climate.markdown index 8431c9f216f..07687206975 100644 --- a/source/_components/climate.markdown +++ b/source/_components/climate.markdown @@ -80,7 +80,7 @@ Set target temperature of climate device | `temperature` | no | New target temperature for hvac | `target_temp_high` | yes | New target high temperature for hvac | `target_temp_low` | yes | New target low temperature for hvac -| `operation_mode` | yes | Operation mode to set temperature to. This defaults to current_operation mode if not set, or set incorrectly. +| `hvac_mode` | yes | HVAC mode to set temperature to. This defaults to current HVAC mode if not set, or set incorrectly. #### Automation example @@ -94,7 +94,7 @@ automation: data: entity_id: climate.kitchen temperature: 24 - operation_mode: Heat + hvac_mode: heat ``` ### Service `climate.set_humidity` @@ -163,7 +163,7 @@ automation: - service: climate.set_hvac_mode data: entity_id: climate.kitchen - operation_mode: heat + hvac_mode: heat ``` ### Service `climate.set_swing_mode`