1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 09:38:58 +01:00

Bump bthome-ble to 3.4.1 (#107757)

This commit is contained in:
Ernst Klamer
2024-01-11 01:48:37 +01:00
committed by GitHub
parent b5bd910963
commit 0ae86095d2
5 changed files with 30 additions and 3 deletions
@@ -20,5 +20,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/bthome",
"iot_class": "local_push",
"requirements": ["bthome-ble==3.3.1"]
"requirements": ["bthome-ble==3.4.1"]
}
+10
View File
@@ -337,6 +337,16 @@ SENSOR_DESCRIPTIONS = {
native_unit_of_measurement=UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR,
state_class=SensorStateClass.MEASUREMENT,
),
# Volume Storage (L)
(
BTHomeExtendedSensorDeviceClass.VOLUME_STORAGE,
Units.VOLUME_LITERS,
): SensorEntityDescription(
key=f"{BTHomeExtendedSensorDeviceClass.VOLUME_STORAGE}_{Units.VOLUME_LITERS}",
device_class=SensorDeviceClass.VOLUME_STORAGE,
native_unit_of_measurement=UnitOfVolume.LITERS,
state_class=SensorStateClass.MEASUREMENT,
),
# Water (L)
(
BTHomeSensorDeviceClass.WATER,