Skip to content
4 changes: 4 additions & 0 deletions homeassistant/components/blebox/binary_sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
key="moisture",
device_class=BinarySensorDeviceClass.MOISTURE,
),
BinarySensorEntityDescription(
key="input",
device_class=None,
),
Comment thread
bkobus-bbx marked this conversation as resolved.
Comment thread
bkobus-bbx marked this conversation as resolved.
)


Expand Down
Loading