mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-29 20:14:30 +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 = [
|
||||
"mac-address",
|
||||
"address",
|
||||
"host-name",
|
||||
"address",
|
||||
"mac-address",
|
||||
"interface",
|
||||
"status",
|
||||
"last-seen",
|
||||
"interface",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue