Remove tibber monthly cost state class (#88542)

This commit is contained in:
Martin Hjelmare 2023-02-21 15:39:15 +01:00 committed by GitHub
parent b5ead9e76f
commit 08aae9cccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,6 @@ SENSORS: tuple[SensorEntityDescription, ...] = (
key="month_cost", key="month_cost",
name="Monthly cost", name="Monthly cost",
device_class=SensorDeviceClass.MONETARY, device_class=SensorDeviceClass.MONETARY,
state_class=SensorStateClass.TOTAL,
), ),
SensorEntityDescription( SensorEntityDescription(
key="peak_hour", key="peak_hour",