Don't track unstable attributes (#25787)

This commit is contained in:
jjlawren 2019-08-08 14:43:53 -05:00 committed by Andrew Sayre
parent 4bcef25486
commit 8f2f770837

View file

@ -41,11 +41,7 @@ LOGGER = logging.getLogger(__name__)
DEVICE_ATTRIBUTES = [
"_is_guest_by_uap",
"ap_mac",
"authorized",
"bssid",
"ccq",
"channel",
"essid",
"hostname",
"ip",
@ -54,14 +50,11 @@ DEVICE_ATTRIBUTES = [
"is_wired",
"mac",
"name",
"noise",
"noted",
"oui",
"qos_policy_applied",
"radio",
"radio_proto",
"rssi",
"signal",
"site_id",
"vlan",
]