Resolve offline ESPs in dashboard when using ESPHOME_DASHBOARD_USE_PING=true (#5281)

This commit is contained in:
mwolter805 2023-08-20 12:15:45 -07:00 committed by GitHub
parent f16a24ddf4
commit c47c1a7867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -868,9 +868,6 @@ class PingStatusThread(threading.Thread):
entries = _list_dashboard_entries()
queue = collections.deque()
for entry in entries:
if entry.no_mdns is True:
continue
if entry.address is None:
PING_RESULT[entry.filename] = None
continue