mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix incorrect sensor key in DSMR (#75865)
This commit is contained in:
parent
1012064bb7
commit
16e75f2a13
@ -85,7 +85,7 @@ SENSORS: tuple[DSMRSensorEntityDescription, ...] = (
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
),
|
||||
DSMRSensorEntityDescription(
|
||||
key="electricity_delivery",
|
||||
key="current_electricity_delivery",
|
||||
name="Power production",
|
||||
obis_reference=obis_references.CURRENT_ELECTRICITY_DELIVERY,
|
||||
device_class=SensorDeviceClass.POWER,
|
||||
|
Loading…
x
Reference in New Issue
Block a user