Add l/min unit mapping to nibe_heatpump sensors (#181433)

This commit is contained in:
Frank Kopp
2026-09-11 18:21:31 +00:00
committed by Franck Nijhof
parent 4509f0e0f1
commit 51ea03cd38
@@ -164,6 +164,13 @@ UNIT_DESCRIPTIONS = {
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfVolumeFlowRate.LITERS_PER_MINUTE,
),
"l/min": SensorEntityDescription(
key="l/min",
entity_category=EntityCategory.DIAGNOSTIC,
device_class=SensorDeviceClass.VOLUME_FLOW_RATE,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfVolumeFlowRate.LITERS_PER_MINUTE,
),
"m³/h": SensorEntityDescription(
key="m³/h",
entity_category=EntityCategory.DIAGNOSTIC,