mirror of
https://github.com/esphome/esphome.git
synced 2025-09-27 07:32:22 +01:00
fixes
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user