Add Tibber estimated hour consumption sensor (#62003)
This commit is contained in:
parent
a9879487cc
commit
b1b3079d07
4 changed files with 9 additions and 3 deletions
|
@ -88,6 +88,12 @@ RT_SENSORS: tuple[SensorEntityDescription, ...] = (
|
|||
native_unit_of_measurement=ENERGY_KILO_WATT_HOUR,
|
||||
state_class=SensorStateClass.TOTAL_INCREASING,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="estimatedHourConsumption",
|
||||
name="Estimated consumption current hour",
|
||||
device_class=SensorDeviceClass.ENERGY,
|
||||
native_unit_of_measurement=ENERGY_KILO_WATT_HOUR,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="accumulatedProduction",
|
||||
name="accumulated production",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue