Skip to content

Commit

Permalink
Remove measurement flag from timestamp in gardena bluetooth (#103245)
Browse files Browse the repository at this point in the history
Remove measurement flag from timestamp
  • Loading branch information
elupus authored Nov 2, 2023
1 parent 401bb90 commit 194a799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/gardena_bluetooth/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ def context(self) -> set[str]:
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,
Expand Down

0 comments on commit 194a799

Please sign in to comment.