mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 19:52:20 +01:00
Undo temporary commit
This commit is contained in:
@@ -306,7 +306,7 @@ class PingThread(threading.Thread):
|
||||
PING_REQUEST.clear()
|
||||
|
||||
def callback(ret):
|
||||
PING_RESULT[ret[0]] = True # ret[1]
|
||||
PING_RESULT[ret[0]] = ret[1]
|
||||
|
||||
entries = _list_dashboard_entries()
|
||||
queue = collections.deque()
|
||||
|
Reference in New Issue
Block a user