nkgilley / python-ecobee-api

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

convert temps to int #32

Closed uchagani closed 6 years ago

uchagani commented 6 years ago

@nkgilley there was a defect in the refactor where I forgot to convert the temps coming in to an integer. This was causing some weird behavior in the api. My apologies. This PR fixes that. If you could merge and cut a new package, I'd appreciate it. Thanks.

nkgilley commented 6 years ago

@uchagani thanks, done.