mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Remove tibber monthly cost state class (#88542)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user