Filesize timestamp remove state class (#87247)

fixes undefined
This commit is contained in:
G Johansson
2023-02-03 09:15:54 +01:00
committed by GitHub
parent a8b7a32578
commit 19b4cf4c8b

View File

@@ -56,7 +56,6 @@ SENSOR_TYPES = (
icon=ICON,
name="Last Updated",
device_class=SensorDeviceClass.TIMESTAMP,
state_class=SensorStateClass.MEASUREMENT,
entity_category=EntityCategory.DIAGNOSTIC,
),
)