Skip to content
Snippets Groups Projects
Unverified Commit 9a6b22a1 authored by Mick Vleeshouwer's avatar Mick Vleeshouwer Committed by GitHub
Browse files

Address late review in Overkiz (add duration device class) (#77778)

Address follow-up review in Overkiz (duration device class)
parent a4261d58
No related branches found
No related tags found
No related merge requests found
......@@ -354,14 +354,14 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
OverkizSensorDescription(
key=OverkizState.IO_HEAT_PUMP_OPERATING_TIME,
name="Heat Pump Operating Time",
icon="mdi:home-clock",
device_class=SensorDeviceClass.DURATION,
entity_category=EntityCategory.DIAGNOSTIC,
native_unit_of_measurement=TIME_SECONDS,
),
OverkizSensorDescription(
key=OverkizState.IO_ELECTRIC_BOOSTER_OPERATING_TIME,
name="Electric Booster Operating Time",
icon="mdi:home-clock",
device_class=SensorDeviceClass.DURATION,
native_unit_of_measurement=TIME_SECONDS,
entity_category=EntityCategory.DIAGNOSTIC,
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment