From 34b5083c278d25f6bdd6693606ac23a85643ba06 Mon Sep 17 00:00:00 2001 From: jjlawren Date: Thu, 8 Aug 2019 14:43:53 -0500 Subject: [PATCH] Don't track unstable attributes (#25787) --- homeassistant/components/unifi/device_tracker.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/homeassistant/components/unifi/device_tracker.py b/homeassistant/components/unifi/device_tracker.py index 89d3fce515e..d9f90de7888 100644 --- a/homeassistant/components/unifi/device_tracker.py +++ b/homeassistant/components/unifi/device_tracker.py @@ -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", ]