mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Remove spurious Zeroconf instance from api client (#3143)
This commit is contained in:
parent
35e6a13cd1
commit
2622e59b0b
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue