Added icon for timestamp device class (#7117)

This commit is contained in:
Simone Chemelli 2020-09-24 14:03:42 +02:00 committed by GitHub
parent bbee94edba
commit f822fa0d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
};