Minor Wink fixes (#14468)
* Updated Wink light supported feature to reflect what features a given light support. * Fix typo in wink climate
This commit is contained in:
parent
11c57f9345
commit
710533ae8a
2 changed files with 9 additions and 4 deletions
|
@ -190,7 +190,7 @@ class WinkThermostat(WinkDevice, ClimateDevice):
|
|||
@property
|
||||
def cool_on(self):
|
||||
"""Return whether or not the heat is actually heating."""
|
||||
return self.wink.heat_on()
|
||||
return self.wink.cool_on()
|
||||
|
||||
@property
|
||||
def current_operation(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue