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

Enhance operating time sensor in Overkiz integration (#76688)

parent ab215b65
No related branches found
No related tags found
No related merge requests found
......@@ -354,10 +354,16 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
OverkizSensorDescription(
key=OverkizState.IO_HEAT_PUMP_OPERATING_TIME,
name="Heat Pump Operating Time",
icon="mdi:home-clock",
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",
native_unit_of_measurement=TIME_SECONDS,
entity_category=EntityCategory.DIAGNOSTIC,
),
# Cover
OverkizSensorDescription(
......
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