Don't track unstable attributes (#25787)

pull/25819/head
jjlawren 2019-08-08 14:43:53 -05:00 committed by Paulus Schoutsen
parent ebf8d5fc66
commit 34b5083c27
1 changed files with 0 additions and 7 deletions

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",
]