From ee362d68a46a90adbdb1591081462d89bf54d887 Mon Sep 17 00:00:00 2001 From: myztillx <33730898+myztillx@users.noreply.github.com> Date: Tue, 22 Oct 2024 02:53:06 -0400 Subject: [PATCH] Add documentation for new ecobee.set_sensors_in_climate Service (#29612) * Add documentation for new ecobee.set_sensors_in_climate service * Fix typo in service list. Updated the service name, but missed updating in the service list. * Updated to match new field name `climate_mode` was changed to `preset_mode`. * Updated table info Update the table information to be more helpful. * tiny tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/ecobee.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_integrations/ecobee.markdown b/source/_integrations/ecobee.markdown index 3a3fb759f03..e86aec8ccb7 100644 --- a/source/_integrations/ecobee.markdown +++ b/source/_integrations/ecobee.markdown @@ -169,6 +169,7 @@ Besides the standard actions provided by the Home Assistant [Climate](/integrati - `ecobee.set_dst_mode` - `ecobee.set_mic_mode` - `ecobee.set_occupancy_modes` +- `ecobee.set_sensors_in_climate` ### Action `ecobee.create_vacation` @@ -241,3 +242,14 @@ Enable/disable Smart Home/Away and Follow Me modes. | `entity_id` | yes | ecobee thermostat on which to set occupancy modes. Omit to target all ecobee thermostats. | | `auto_away` | yes | true or false | | `follow_me` | yes | true or false | + +### Service `ecobee.set_sensors_in_climate` + +Set which sensors are active on a termostat for a specific climate program. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| `entity_id` | no | ecobee thermostat on which to set the active sensors. | +| `preset_mode` | yes | Name of the climate program to set the sensors active on (defaults to currently active program). | +| `sensors` | no | Sensors to set as participating for climate. This is the device ID of the sensor/thermostat. These can be found in the available_sensors attribute. | +