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