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


Expand Down