Bump aioesphomeapi from 9.1.5 to 10.0.0 (#2508)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
dependabot[bot] 2021-10-15 22:05:04 +02:00 committed by GitHub
parent 884b7201de
commit 653a3d5d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -23,7 +23,6 @@ async def async_run_logs(config, address):
_LOGGER.info("Starting log output from %s using esphome API", address)
zc = zeroconf.Zeroconf()
cli = APIClient(
asyncio.get_event_loop(),
address,
port,
password,

View file

@ -10,7 +10,7 @@ platformio==5.2.1
esptool==3.1
click==8.0.3
esphome-dashboard==20211011.1
aioesphomeapi==9.1.5
aioesphomeapi==10.0.0
# esp-idf requires this, but doesn't bundle it by default
# https://github.com/espressif/esp-idf/blob/220590d599e134d7a5e7f1e683cc4550349ffbf8/requirements.txt#L24