mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
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:
parent
884b7201de
commit
653a3d5d11
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue