From c488fe133c1026de8a9088b4ff7531458f8676cd Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 13 Nov 2023 18:31:58 -0600 Subject: [PATCH] stale comment --- esphome/dashboard/dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/esphome/dashboard/dashboard.py b/esphome/dashboard/dashboard.py index 89c63c2801..17e65f3c62 100644 --- a/esphome/dashboard/dashboard.py +++ b/esphome/dashboard/dashboard.py @@ -1001,8 +1001,6 @@ class MDNSStatus: async def async_resolve_host(self, host_name: str) -> str | None: """Resolve a host name to an address in a thread-safe manner.""" if aiozc := self.aiozc: - # Currently we do not do any I/O and only - # return the cached result (timeout=0) return await aiozc.async_resolve_host(host_name) return None