mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 17:15:19 +02:00
DSMR Gas currently delivered device state class conflict (#102991)
Fixes #102985
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
Reference in New Issue
Block a user