Skip to content

Commit a10f65b

Browse files
committed
Fix
1 parent 0134aa0 commit a10f65b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise/helper.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@ def _appliance_measurements(
862862
case _ as meas_rn if meas_rn in BINARY_SENSORS:
863863
bs_key = cast(BinarySensorType, meas_rn)
864864
bs_value = appl_p_loc.text in ["on", "true"]
865-
)
866865
# assert isinstance(bs_value, bool)
867866
data["binary_sensors"][bs_key] = bs_value
868867
case _ as meas_rn if meas_rn in SENSORS:

0 commit comments

Comments
 (0)