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 Paulus Schoutsen
parent 012ba55154
commit 6543a1169b

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,
),
)