Skip to content

Commit

Permalink
Remove measurement flag from timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Nov 2, 2023
1 parent c9c152d commit 9aa29cc
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 9aa29cc

Please sign in to comment.