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

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,