mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
UniFi - Disconnected clients wrongfully marked as wired not created (#34986)
This commit is contained in:
parent
3e06e6b4b3
commit
7b90cbd2b2
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user