Skip to content

Commit 46363f3

Browse files
committed
Current Electricity Used State Class fix
1 parent 53e386b commit 46363f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/hon/sensor.py

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class HonSensorEntityDescription(SensorEntityDescription):
8080
HonSensorEntityDescription(
8181
key="currentElectricityUsed",
8282
name="Current Electricity Used",
83-
state_class=SensorStateClass.MEASUREMENT,
8483
device_class=SensorDeviceClass.ENERGY,
8584
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
8685
icon="mdi:lightning-bolt",

0 commit comments

Comments
 (0)