nkgilley / python-ecobee-api

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

Added ventilator related settings. #67

Closed ShaneQi closed 3 years ago

ShaneQi commented 3 years ago

All documented here: https://www.ecobee.com/home/developer/api/documentation/v1/objects/Settings.shtml

ShaneQi commented 3 years ago

If this PR were to be merged, how do we go with creating another release/tag? Do I create another PR to bump the versions? Or will the repo owner kindly do this for us?

Because I'm hopping to have a new release/tag so that I can add these features into HA integration.

nkgilley commented 3 years ago

@ShaneQi Thanks for the PR. I just merged it and will push a new release to pypi now. Sorry for the delay.

ShaneQi commented 3 years ago

Thank you for taking time managing this repo!