From 5dbaaa90681dcc344e5a8a23c334a82072ecc916 Mon Sep 17 00:00:00 2001 From: Christoph Date: Mon, 8 Jul 2024 21:38:09 +0200 Subject: [PATCH] Remove homematic state_class from GAS_POWER sensor (#121533) --- homeassistant/components/homematic/sensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/homematic/sensor.py b/homeassistant/components/homematic/sensor.py index eebcad95446..b33a725db0f 100644 --- a/homeassistant/components/homematic/sensor.py +++ b/homeassistant/components/homematic/sensor.py @@ -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",