Skip to content

Commit

Permalink
DSMR Gas currently delivered device state class conflict (#102991)
Browse files Browse the repository at this point in the history
Fixes #102985
  • Loading branch information
Glodenox committed Oct 29, 2023
1 parent 9cc7012 commit 19f1d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/dsmr_reader/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class DSMRReaderSensorEntityDescription(SensorEntityDescription):
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,
),
Expand Down

0 comments on commit 19f1d14

Please sign in to comment.