UniFi - add ap_mac to attributes (#26004)

This commit is contained in:
Robert Svensson 2019-08-16 20:29:38 +02:00 committed by GitHub
parent 1be6a7b7ee
commit 5ca6c990cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ LOGGER = logging.getLogger(__name__)
DEVICE_ATTRIBUTES = [
"_is_guest_by_uap",
"ap_mac",
"authorized",
"essid",
"hostname",