Fix incorrect sensor key in DSMR (#75865)

This commit is contained in:
Franck Nijhof 2022-07-28 18:15:27 +02:00 committed by GitHub
parent 1012064bb7
commit 16e75f2a13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,