mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00
DSMR Gas currently delivered device state class conflict (#102991)
Fixes #102985
This commit is contained in:
parent
9cc7012d32
commit
19f1d14000
@ -210,7 +210,6 @@ SENSORS: tuple[DSMRReaderSensorEntityDescription, ...] = (
|
|||||||
DSMRReaderSensorEntityDescription(
|
DSMRReaderSensorEntityDescription(
|
||||||
key="dsmr/consumption/gas/currently_delivered",
|
key="dsmr/consumption/gas/currently_delivered",
|
||||||
translation_key="current_gas_usage",
|
translation_key="current_gas_usage",
|
||||||
device_class=SensorDeviceClass.GAS,
|
|
||||||
native_unit_of_measurement=UnitOfVolume.CUBIC_METERS,
|
native_unit_of_measurement=UnitOfVolume.CUBIC_METERS,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
state_class=SensorStateClass.MEASUREMENT,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user