mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Enhance operating time sensor in Overkiz integration (#76688)
This commit is contained in:
parent
ab215b653a
commit
cd24223c1f
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user