diff --git a/esphomeyaml/dashboard/dashboard.py b/esphomeyaml/dashboard/dashboard.py index eaec614eb2..4254c098ed 100644 --- a/esphomeyaml/dashboard/dashboard.py +++ b/esphomeyaml/dashboard/dashboard.py @@ -318,6 +318,9 @@ class PingThread(threading.Thread): try: item.get(0.1) + except OSError: + # ping not installed + pass except multiprocessing.TimeoutError: pass