UniFi - add ap_mac to attributes (#26004)

pull/26012/head
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
1 changed files with 1 additions and 0 deletions

View File

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