mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fixed typos in wink climate (#5936)
This commit is contained in:
parent
6311f21d31
commit
4623d1071e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user