nkgilley / python-ecobee-api

Python API for controlling Ecobee Thermostats
MIT License
44 stars 40 forks source link

allow holdHours, hold duration, and sending message to subset of thermostats #30

Closed crackers8199 closed 4 years ago

crackers8199 commented 6 years ago

i tweaked the library to allow using holdHours (rather than nextTransition), specifying the number of hours to hold for (if using holdHours), and allow sending a message to a subset of thermostats (if you have more than one in your account). i've been running this with modified custom components in home assistant for months, figured i might as well submit a PR.

nkgilley commented 6 years ago

Thanks @crackers8199! I just merged another PR that created some conflicts here...Would you mind resolving those so I can merge your PR? Thanks 👍