mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Rename "Power production this week" vicare sensor (#83771)
vicare: Rename "Power production this week" sensor 'Power' should be 'Energy' like for the other timespanns. This one was forgotten last time this area was cleaned up.
This commit is contained in:
parent
188ce9bf49
commit
5fa9da25f2
@ -342,7 +342,7 @@ GLOBAL_SENSORS: tuple[ViCareSensorEntityDescription, ...] = (
|
||||
),
|
||||
ViCareSensorEntityDescription(
|
||||
key="power_production_this_week",
|
||||
name="Power production this week",
|
||||
name="Energy production this week",
|
||||
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
|
||||
value_getter=lambda api: api.getPowerProductionThisWeek(),
|
||||
device_class=SensorDeviceClass.ENERGY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user