mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fixed Capsman data not being used (#13917)
This commit is contained in:
parent
36a663adeb
commit
86709427b6
@ -176,7 +176,7 @@ class MikrotikScanner(DeviceScanner):
|
||||
for device in device_names
|
||||
if device.get('mac-address')}
|
||||
|
||||
if self.wireless_exist:
|
||||
if self.wireless_exist or self.capsman_exist:
|
||||
self.last_results = {
|
||||
device.get('mac-address'):
|
||||
mac_names.get(device.get('mac-address'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user