mirror of
https://github.com/home-assistant/core.git
synced 2025-06-01 19:57:07 +00:00
Fix Tibber last reset (#54582)
Signed-off-by: Daniel Hjelseth Høyer <github@dahoiv.net>
This commit is contained in:
parent
bab7d46c9b
commit
b2f73b3c69
@ -137,6 +137,7 @@ RT_SENSOR_MAP: dict[str, TibberSensorEntityDescription] = {
|
||||
device_class=DEVICE_CLASS_ENERGY,
|
||||
native_unit_of_measurement=ENERGY_KILO_WATT_HOUR,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
reset_type=ResetType.NEVER,
|
||||
),
|
||||
"lastMeterProduction": TibberSensorEntityDescription(
|
||||
key="lastMeterProduction",
|
||||
@ -144,6 +145,7 @@ RT_SENSOR_MAP: dict[str, TibberSensorEntityDescription] = {
|
||||
device_class=DEVICE_CLASS_ENERGY,
|
||||
native_unit_of_measurement=ENERGY_KILO_WATT_HOUR,
|
||||
state_class=STATE_CLASS_MEASUREMENT,
|
||||
reset_type=ResetType.NEVER,
|
||||
),
|
||||
"voltagePhase1": TibberSensorEntityDescription(
|
||||
key="voltagePhase1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user