Skip to content

Commit 8aee790

Browse files
authored
Bump aioesphomeapi to 29.9.0 (#142393)
changelog: esphome/aioesphomeapi@v29.8.0...v29.9.0 fixes #142381
1 parent d7ca168 commit 8aee790

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

homeassistant/components/esphome/manager.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
APIConnectionError,
1414
APIVersion,
1515
DeviceInfo as EsphomeDeviceInfo,
16-
EncryptionHelloAPIError,
16+
EncryptionPlaintextAPIError,
1717
EntityInfo,
1818
HomeassistantServiceCall,
1919
InvalidAuthAPIError,
@@ -571,7 +571,7 @@ async def on_connect_error(self, err: Exception) -> None:
571571
if isinstance(
572572
err,
573573
(
574-
EncryptionHelloAPIError,
574+
EncryptionPlaintextAPIError,
575575
RequiresEncryptionAPIError,
576576
InvalidEncryptionKeyAPIError,
577577
InvalidAuthAPIError,

homeassistant/components/esphome/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"loggers": ["aioesphomeapi", "noiseprotocol", "bleak_esphome"],
1717
"mqtt": ["esphome/discover/#"],
1818
"requirements": [
19-
"aioesphomeapi==29.8.0",
19+
"aioesphomeapi==29.9.0",
2020
"esphome-dashboard-api==1.2.3",
2121
"bleak-esphome==2.13.1"
2222
],

requirements_all.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)