We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e386b commit 46363f3Copy full SHA for 46363f3
custom_components/hon/sensor.py
@@ -80,7 +80,6 @@ class HonSensorEntityDescription(SensorEntityDescription):
80
HonSensorEntityDescription(
81
key="currentElectricityUsed",
82
name="Current Electricity Used",
83
- state_class=SensorStateClass.MEASUREMENT,
84
device_class=SensorDeviceClass.ENERGY,
85
native_unit_of_measurement=UnitOfEnergy.KILO_WATT_HOUR,
86
icon="mdi:lightning-bolt",
0 commit comments