mirror of
https://github.com/esphome/esphome.git
synced 2025-02-15 17:38:15 +00:00
Merge branch 'mdns_cache_ping' into integration
This commit is contained in:
commit
4d98256f92
@ -1097,7 +1097,7 @@ class PingStatus:
|
|||||||
)
|
)
|
||||||
for entry, result in zip(ping_group, results):
|
for entry, result in zip(ping_group, results):
|
||||||
if isinstance(result, BaseException):
|
if isinstance(result, BaseException):
|
||||||
raise
|
raise result
|
||||||
if isinstance(result, Exception):
|
if isinstance(result, Exception):
|
||||||
result = False
|
result = False
|
||||||
PING_RESULT[entry.filename] = result
|
PING_RESULT[entry.filename] = result
|
||||||
|
Loading…
x
Reference in New Issue
Block a user