in wink.py, shouldn’t it be self.wink.cool_on() ? i think that explains why the cool_on isn’t showing up for me.
@property
def cool_on(self):
"""Return whether or not the heat is actually heating."""
return self.wink.heat_on()
in wink.py, shouldn’t it be self.wink.cool_on() ? i think that explains why the cool_on isn’t showing up for me.
@property
def cool_on(self):
"""Return whether or not the heat is actually heating."""
return self.wink.heat_on()
Hmm that sounds like an issue lol, that’s what I get for copying and pasting. You want to open a PR and fix it? If not can you open a issue on GitHub so I remember to fix it when I get home?
haven’t learned to do a PR as yet. filed an issue here: