Skip to content

Commit d8ebeb8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f6603db commit d8ebeb8

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
@@ -601,7 +601,7 @@ def _appliance_measurements(
601601
appl_i_loc.text, ENERGY_WATT_HOUR
602602
)
603603

604-
# Count only the items in the binary_sensors, sensors and
604+
# Count only the items in the binary_sensors, sensors and
605605
# switches dicts, and the single data items in data
606606
total_bsssw_dict_items = sum(
607607
len(data.get(key, {})) for key in ["binary_sensors", "sensors", "switches"]

0 commit comments

Comments
 (0)