Fixed typos in wink climate (#5936)

This commit is contained in:
William Scanlon
2017-02-12 22:34:13 -05:00
committed by Paulus Schoutsen
parent 6311f21d31
commit 4623d1071e
+2 -2
View File
@@ -366,8 +366,8 @@ class WinkAC(WinkDevice, ClimateDevice):
if target_temp_low is not None:
data[ATTR_TARGET_TEMP_LOW] = self._convert_for_display(
self.target_temperature_low)
data["total_consumption"] = self.wink.toatl_consumption()
data["schedule_enabled"] = self.wink.toatl_consumption()
data["total_consumption"] = self.wink.total_consumption()
data["schedule_enabled"] = self.wink.schedule_enabled()
return data