1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-27 07:32:22 +01:00
This commit is contained in:
J. Nick Koston
2025-09-11 18:57:35 -05:00
parent 23d82f8368
commit b9bf81fffc
2 changed files with 15 additions and 6 deletions

View File

@@ -1167,6 +1167,12 @@ def run_esphome(argv):
# Store cache in CORE for access throughout the application
CORE.address_cache = address_cache
if address_cache.has_cache():
_LOGGER.debug(
"Address cache initialized with %d mDNS and %d DNS entries",
len(address_cache.mdns_cache),
len(address_cache.dns_cache),
)
# Override log level if verbose is set
if args.verbose: