Skip to content

Commit a1580a6

Browse files
author
autoblack
committed
fixup: ha_energy Python code reformatted using Black
1 parent 60c9e09 commit a1580a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,7 +1156,7 @@ def _create_lists_from_data(self, data, bs_list, s_list, sw_list):
11561156
if type(value) is list:
11571157
log_date = value[1]
11581158
temp_value = value[0]
1159-
item["last_reset"] = log_date
1159+
item["last_reset"] = log_date
11601160
item[ATTR_STATE] = temp_value
11611161
s_list.append(item)
11621162
for item in SWITCHES:

0 commit comments

Comments
 (0)