mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02: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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user