mirror of
https://github.com/esphome/esphome.git
synced 2025-02-20 20:08:20 +00:00
Remove spurious Zeroconf instance from api client (#3143)
This commit is contained in:
parent
35e6a13cd1
commit
2622e59b0b
@ -21,7 +21,6 @@ async def async_run_logs(config, address):
|
||||
if CONF_ENCRYPTION in conf:
|
||||
noise_psk = conf[CONF_ENCRYPTION][CONF_KEY]
|
||||
_LOGGER.info("Starting log output from %s using esphome API", address)
|
||||
zc = zeroconf.Zeroconf()
|
||||
cli = APIClient(
|
||||
address,
|
||||
port,
|
||||
|
Loading…
x
Reference in New Issue
Block a user