Remove device class timestamp from device condition and trigger (#48431)
* Remove unit from garmin connect * Remove unit from hvv departures * Remove device class timestamp from device condition and trigger * Remove unit from systemmonitor * Use device class constant for timestamp in ring
This commit is contained in:
parent
efa6079c62
commit
fdbef90a57
10 changed files with 26 additions and 25 deletions
|
@ -14,6 +14,7 @@ from homeassistant.const import (
|
|||
DATA_GIBIBYTES,
|
||||
DATA_MEBIBYTES,
|
||||
DATA_RATE_MEGABYTES_PER_SECOND,
|
||||
DEVICE_CLASS_TIMESTAMP,
|
||||
PERCENTAGE,
|
||||
STATE_OFF,
|
||||
STATE_ON,
|
||||
|
@ -47,7 +48,7 @@ SENSOR_TYPES = {
|
|||
],
|
||||
"ipv4_address": ["IPv4 address", "", "mdi:server-network", None, True],
|
||||
"ipv6_address": ["IPv6 address", "", "mdi:server-network", None, True],
|
||||
"last_boot": ["Last boot", "", "mdi:clock", "timestamp", False],
|
||||
"last_boot": ["Last boot", None, "mdi:clock", DEVICE_CLASS_TIMESTAMP, False],
|
||||
"load_15m": ["Load (15m)", " ", CPU_ICON, None, False],
|
||||
"load_1m": ["Load (1m)", " ", CPU_ICON, None, False],
|
||||
"load_5m": ["Load (5m)", " ", CPU_ICON, None, False],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue