mirror of
https://github.com/home-assistant/core.git
synced 2026-09-02 11:31:45 +01:00
Remove gas device class from current sensor in dsmr_reader (#86725)
This commit is contained in:
committed by
Paulus Schoutsen
parent
77bd23899f
commit
cd59705c4b
@@ -209,7 +209,6 @@ SENSORS: tuple[DSMRReaderSensorEntityDescription, ...] = (
|
||||
DSMRReaderSensorEntityDescription(
|
||||
key="dsmr/consumption/gas/currently_delivered",
|
||||
name="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