mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01: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:
|
if CONF_ENCRYPTION in conf:
|
||||||
noise_psk = conf[CONF_ENCRYPTION][CONF_KEY]
|
noise_psk = conf[CONF_ENCRYPTION][CONF_KEY]
|
||||||
_LOGGER.info("Starting log output from %s using esphome API", address)
|
_LOGGER.info("Starting log output from %s using esphome API", address)
|
||||||
zc = zeroconf.Zeroconf()
|
|
||||||
cli = APIClient(
|
cli = APIClient(
|
||||||
address,
|
address,
|
||||||
port,
|
port,
|
||||||
|
Loading…
Reference in New Issue
Block a user