mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
UniFi - Disconnected clients wrongfully marked as wired not created (#34986)
This commit is contained in:
@@ -80,7 +80,7 @@ def add_entities(controller, async_add_entities):
|
||||
|
||||
if tracker_class is UniFiClientTracker:
|
||||
|
||||
if item.is_wired:
|
||||
if mac not in controller.wireless_clients:
|
||||
if not controller.option_track_wired_clients:
|
||||
continue
|
||||
else:
|
||||
|
Reference in New Issue
Block a user