mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove gas device class from current sensor in dsmr_reader (#86725)
This commit is contained in:
parent
25c451832b
commit
38203003d2
@ -209,7 +209,6 @@ SENSORS: tuple[DSMRReaderSensorEntityDescription, ...] = (
|
|||||||
DSMRReaderSensorEntityDescription(
|
DSMRReaderSensorEntityDescription(
|
||||||
key="dsmr/consumption/gas/currently_delivered",
|
key="dsmr/consumption/gas/currently_delivered",
|
||||||
name="Current gas usage",
|
name="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