From 18c997ff4014f86691eb2c8e31df95894b71cdf2 Mon Sep 17 00:00:00 2001 From: bkbilly Date: Mon, 22 Apr 2024 01:36:47 +0300 Subject: [PATCH] Move last update to diagnostic --- custom_components/tpms_ble/sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/tpms_ble/sensor.py b/custom_components/tpms_ble/sensor.py index 24f2163..e66dd23 100644 --- a/custom_components/tpms_ble/sensor.py +++ b/custom_components/tpms_ble/sensor.py @@ -62,6 +62,7 @@ TPMSSensor.TIMESTAMP: SensorEntityDescription( key=TPMSSensor.TIMESTAMP, device_class=SensorDeviceClass.TIMESTAMP, + entity_category=EntityCategory.DIAGNOSTIC, icon="mdi:clock-time-four-outline", ), }