Skip to content

Commit b83a452

Browse files
committed
Remove invalid SensorStateClass for last_seen
1 parent 82b4898 commit b83a452

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

custom_components/plugwise_usb/sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ class PlugwiseSensorEntityDescription(
155155
key="last_seen",
156156
translation_key="last_seen",
157157
device_class=SensorDeviceClass.TIMESTAMP,
158-
state_class=SensorStateClass.MEASUREMENT,
159158
node_feature=NodeFeature.AVAILABLE,
160159
entity_registry_enabled_default=False,
161160
entity_category=EntityCategory.DIAGNOSTIC,

0 commit comments

Comments
 (0)