mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove measurement flag from timestamp in gardena bluetooth (#103245)
Remove measurement flag from timestamp
This commit is contained in:
parent
401bb90215
commit
194a799b0a
@ -88,7 +88,6 @@ DESCRIPTIONS = (
|
|||||||
GardenaBluetoothSensorEntityDescription(
|
GardenaBluetoothSensorEntityDescription(
|
||||||
key=Sensor.measurement_timestamp.uuid,
|
key=Sensor.measurement_timestamp.uuid,
|
||||||
translation_key="sensor_measurement_timestamp",
|
translation_key="sensor_measurement_timestamp",
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
|
||||||
device_class=SensorDeviceClass.TIMESTAMP,
|
device_class=SensorDeviceClass.TIMESTAMP,
|
||||||
entity_category=EntityCategory.DIAGNOSTIC,
|
entity_category=EntityCategory.DIAGNOSTIC,
|
||||||
char=Sensor.measurement_timestamp,
|
char=Sensor.measurement_timestamp,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user