mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +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,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
DSMRSensorEntityDescription(
|
DSMRSensorEntityDescription(
|
||||||
key="electricity_delivery",
|
key="current_electricity_delivery",
|
||||||
name="Power production",
|
name="Power production",
|
||||||
obis_reference=obis_references.CURRENT_ELECTRICITY_DELIVERY,
|
obis_reference=obis_references.CURRENT_ELECTRICITY_DELIVERY,
|
||||||
device_class=SensorDeviceClass.POWER,
|
device_class=SensorDeviceClass.POWER,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user