mirror of
https://github.com/esphome/esphome.git
synced 2025-01-05 12:21:43 +01:00
Temporary commit for screenshot
This commit is contained in:
parent
2fbb149c3c
commit
5cc251edfb
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class PingThread(threading.Thread):
|
||||||
PING_REQUEST.clear()
|
PING_REQUEST.clear()
|
||||||
|
|
||||||
def callback(ret):
|
def callback(ret):
|
||||||
PING_RESULT[ret[0]] = ret[1]
|
PING_RESULT[ret[0]] = True # ret[1]
|
||||||
|
|
||||||
entries = _list_dashboard_entries()
|
entries = _list_dashboard_entries()
|
||||||
queue = collections.deque()
|
queue = collections.deque()
|
||||||
|
|
Loading…
Reference in a new issue