Remove homematic state_class from GAS_POWER sensor (#121533)

This commit is contained in:
Christoph
2024-07-08 21:38:09 +02:00
committed by GitHub
parent 10f3813ffd
commit 5dbaaa9068

View File

@@ -156,7 +156,6 @@ SENSOR_DESCRIPTIONS: dict[str, SensorEntityDescription] = {
key="GAS_POWER",
native_unit_of_measurement=UnitOfVolume.CUBIC_METERS,
device_class=SensorDeviceClass.GAS,
state_class=SensorStateClass.MEASUREMENT,
),
"GAS_ENERGY_COUNTER": SensorEntityDescription(
key="GAS_ENERGY_COUNTER",