mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-30 04:24:28 +02:00
Reordered host device tracker attributions on UI card #24
This commit is contained in:
parent
94eed1fba3
commit
6515fa8ef5
1 changed files with 3 additions and 3 deletions
|
@ -37,12 +37,12 @@ DEVICE_ATTRIBUTES_IFACE = [
|
||||||
]
|
]
|
||||||
|
|
||||||
DEVICE_ATTRIBUTES_HOST = [
|
DEVICE_ATTRIBUTES_HOST = [
|
||||||
"mac-address",
|
|
||||||
"address",
|
|
||||||
"host-name",
|
"host-name",
|
||||||
|
"address",
|
||||||
|
"mac-address",
|
||||||
|
"interface",
|
||||||
"status",
|
"status",
|
||||||
"last-seen",
|
"last-seen",
|
||||||
"interface",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue