-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Expand ecobee documentation for set_hold_mode #5980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this PR changes the currently existing documentation, the target branch should be current
.
Please change the target and rebase if needed.
Added some notes explaining how to access your custom ecobee "Comfort Settings" when using set_hold_mode
Thanks for bearing with me. This is my first ever attempt to commit to a major open-source project. Learning to rebase now. Closed by accident, reopening. |
Well... you did a fine job @dbrowndan 👍 |
@@ -245,7 +245,7 @@ canceled. | |||
| Service data attribute | Optional | Description | | |||
| ---------------------- | -------- | ----------- | | |||
| `entity_id` | yes | String or list of strings that point at `entity_id`'s of climate devices to control. Else targets all. | |||
| `hold_mode` | no | 'temp', 'home', 'away', 'sleep', etc., None | |||
| `hold_mode` | no | `temp`, `home`, `away`, `sleep`, `None`, etc. 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This makes the table hard to read IMO - it'd be better having that as a follow on paragraph after the table.
Thanks for looking things over, @DubhAd! Changes committed. |
| `hold_mode` | no | 'temp', 'home', 'away', 'sleep', etc., None | ||
| `hold_mode` | no | `temp`, `home`, `away`, `sleep`, `None`, `smart1`, `smart2`, etc. | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, missed the SHOUTING - please use italics for emphasis
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing, updated. Thanks again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Add some notes explaining how to access your custom ecobee Comfort Settings when using the 'set_hold_mode' service
Source: My own experimentation
Description:
Just minor documentation tweaks.
Pull request in home-assistant (if applicable): home-assistant/home-assistant#
Checklist:
current
. New documentation for platforms/components and features should go tonext
.