Don't track unstable attributes (#25787)
This commit is contained in:
parent
4bcef25486
commit
8f2f770837
1 changed files with 0 additions and 7 deletions
|
@ -41,11 +41,7 @@ LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DEVICE_ATTRIBUTES = [
|
DEVICE_ATTRIBUTES = [
|
||||||
"_is_guest_by_uap",
|
"_is_guest_by_uap",
|
||||||
"ap_mac",
|
|
||||||
"authorized",
|
"authorized",
|
||||||
"bssid",
|
|
||||||
"ccq",
|
|
||||||
"channel",
|
|
||||||
"essid",
|
"essid",
|
||||||
"hostname",
|
"hostname",
|
||||||
"ip",
|
"ip",
|
||||||
|
@ -54,14 +50,11 @@ DEVICE_ATTRIBUTES = [
|
||||||
"is_wired",
|
"is_wired",
|
||||||
"mac",
|
"mac",
|
||||||
"name",
|
"name",
|
||||||
"noise",
|
|
||||||
"noted",
|
"noted",
|
||||||
"oui",
|
"oui",
|
||||||
"qos_policy_applied",
|
"qos_policy_applied",
|
||||||
"radio",
|
"radio",
|
||||||
"radio_proto",
|
"radio_proto",
|
||||||
"rssi",
|
|
||||||
"signal",
|
|
||||||
"site_id",
|
"site_id",
|
||||||
"vlan",
|
"vlan",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue