Reordered host device tracker attributions on UI card #24

This commit is contained in:
tomaae 2020-04-07 04:15:23 +02:00
parent 94eed1fba3
commit 6515fa8ef5

View file

@ -37,12 +37,12 @@ DEVICE_ATTRIBUTES_IFACE = [
]
DEVICE_ATTRIBUTES_HOST = [
"mac-address",
"address",
"host-name",
"address",
"mac-address",
"interface",
"status",
"last-seen",
"interface",
]