Bump qingping-ble to 0.8.2 to handle door left open (#80748)

fixes #78439
This commit is contained in:
J. Nick Koston 2022-10-21 15:31:45 -05:00 committed by GitHub
parent e40db797c5
commit 8dc0846d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 3 deletions

View file

@ -39,6 +39,10 @@ BINARY_SENSOR_DESCRIPTIONS = {
key=QingpingBinarySensorDeviceClass.DOOR,
device_class=BinarySensorDeviceClass.DOOR,
),
QingpingBinarySensorDeviceClass.PROBLEM: BinarySensorEntityDescription(
key=QingpingBinarySensorDeviceClass.PROBLEM,
device_class=BinarySensorDeviceClass.PROBLEM,
),
}