From 08aae9cccd1e2d11321dfc881e18a8072ef0f2bf Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Tue, 21 Feb 2023 15:39:15 +0100 Subject: [PATCH] Remove tibber monthly cost state class (#88542) --- homeassistant/components/tibber/sensor.py | 1 - 1 file changed, 1 deletion(-) 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",