diff --git a/homeassistant/components/tibber/sensor.py b/homeassistant/components/tibber/sensor.py index dc6a58b6b82..5f375ee22ed 100644 --- a/homeassistant/components/tibber/sensor.py +++ b/homeassistant/components/tibber/sensor.py @@ -214,7 +214,6 @@ SENSORS: tuple[SensorEntityDescription, ...] = ( key="month_cost", name="Monthly cost", device_class=SensorDeviceClass.MONETARY, - state_class=SensorStateClass.TOTAL, ), SensorEntityDescription( key="peak_hour",