nkgilley / python-ecobee-api

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

Fix set climate hold #60

Closed marthoc closed 3 years ago

marthoc commented 3 years ago

A change in Home Assistant now requires that we pass the holdHours parameter to set_climate_hold when appropriate. When the holdType is anything other than holdHours, the parameter is omitted.

marthoc commented 3 years ago

@nkgilley Can you please merge this and do a new pypi release so that I can fix this in Home Assistant? Thanks!

nkgilley commented 3 years ago

@marthoc Done. Thank you