mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Add device class for outlet engine sensor in Overkiz integration (#143238)
This commit is contained in:
parent
f38d50b928
commit
d78f63e4d0
@ -126,6 +126,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
|
||||
name="Outlet engine",
|
||||
icon="mdi:fan-chevron-down",
|
||||
native_unit_of_measurement=UnitOfVolumeFlowRate.CUBIC_METERS_PER_HOUR,
|
||||
device_class=SensorDeviceClass.VOLUME_FLOW_RATE,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
OverkizSensorDescription(
|
||||
|
Loading…
x
Reference in New Issue
Block a user