Remove measurement flag from timestamp in gardena bluetooth (#103245)

Remove measurement flag from timestamp
This commit is contained in:
Joakim Plate 2023-11-02 16:47:33 +01:00 committed by Franck Nijhof
parent c811e0db49
commit 1dcd66d75c
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -88,7 +88,6 @@ DESCRIPTIONS = (
GardenaBluetoothSensorEntityDescription(
key=Sensor.measurement_timestamp.uuid,
translation_key="sensor_measurement_timestamp",
state_class=SensorStateClass.MEASUREMENT,
device_class=SensorDeviceClass.TIMESTAMP,
entity_category=EntityCategory.DIAGNOSTIC,
char=Sensor.measurement_timestamp,