We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0134aa0 commit a10f65bCopy full SHA for a10f65b
plugwise/helper.py
@@ -862,7 +862,6 @@ def _appliance_measurements(
862
case _ as meas_rn if meas_rn in BINARY_SENSORS:
863
bs_key = cast(BinarySensorType, meas_rn)
864
bs_value = appl_p_loc.text in ["on", "true"]
865
- )
866
# assert isinstance(bs_value, bool)
867
data["binary_sensors"][bs_key] = bs_value
868
case _ as meas_rn if meas_rn in SENSORS:
0 commit comments