DSMR Gas currently delivered device state class conflict (#102991)

Fixes #102985
pull/102992/head
Tom Puttemans 2023-10-29 10:23:24 +01:00 committed by GitHub
parent 9cc7012d32
commit 19f1d14000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -210,7 +210,6 @@ SENSORS: tuple[DSMRReaderSensorEntityDescription, ...] = (
DSMRReaderSensorEntityDescription(
key="dsmr/consumption/gas/currently_delivered",
translation_key="current_gas_usage",
device_class=SensorDeviceClass.GAS,
native_unit_of_measurement=UnitOfVolume.CUBIC_METERS,
state_class=SensorStateClass.MEASUREMENT,
),