Skip to content

Commit 42e60cc

Browse files
authored
Merge pull request home-assistant#5980 from dbrowndan/patch-1
Expand ecobee documentation for set_hold_mode
2 parents 960cccb + 2faedd3 commit 42e60cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/climate.ecobee.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ canceled.
245245
| Service data attribute | Optional | Description |
246246
| ---------------------- | -------- | ----------- |
247247
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets all.
248-
| `hold_mode` | no | 'temp', 'home', 'away', 'sleep', etc., None
248+
| `hold_mode` | no | `temp`, `home`, `away`, `sleep`, `None`, `smart1`, `smart2`, etc.
249+
250+
NOTE: If you create custom hold modes (also known as "Comfort Settings") on your ecobee.com dashboard, their hold_modes are `smart1`, `smart2`, `smart3`, etc. The number for each custom mode should match the mode's icon on your ecobee.com dashboard. Also note that the mode numbers/icons in the ecobee mobile app *may not match* the numbers/icons from the ecobee.com web dashboard. The ones on the website are the ones you shoud use to determine the correct `smartX` hold_mode IDs.
249251

250252
### {% linkable_title Service `set_temperature` %}
251253

0 commit comments

Comments
 (0)