Skip to content

Commit

Permalink
DSMR Gas currently delivered device state class conflict (home-assist…
Browse files Browse the repository at this point in the history
  • Loading branch information
Glodenox authored and Noltari committed Oct 29, 2023
1 parent 2e37081 commit f0efa2d
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 f0efa2d

Please sign in to comment.