From f822fa0d574e7438a01cf9acc5c20eaa6e905232 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Thu, 24 Sep 2020 14:03:42 +0200 Subject: [PATCH] Added icon for timestamp device class (#7117) --- src/common/entity/sensor_icon.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/entity/sensor_icon.ts b/src/common/entity/sensor_icon.ts index 7c8d264027..1447b41e31 100644 --- a/src/common/entity/sensor_icon.ts +++ b/src/common/entity/sensor_icon.ts @@ -14,6 +14,7 @@ const fixedDeviceClassIcons = { power: "hass:flash", power_factor: "hass:angle-acute", signal_strength: "hass:wifi", + timestamp: "hass:clock", voltage: "hass:sine-wave", };