We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb96bc commit df6ff44Copy full SHA for df6ff44
aioesphomeapi/client.py
@@ -1422,8 +1422,6 @@ def _on_voice_assistant_announcement_finished(
1422
)
1423
1424
def unsub() -> None:
1425
- nonlocal start_task
1426
-
1427
if self._connection is not None:
1428
for remove_callback in remove_callbacks:
1429
remove_callback()
requirements/test.txt
@@ -1,6 +1,6 @@
1
pylint==3.3.6
2
ruff==0.11.2
3
-flake8==7.1.2
+flake8==7.2.0
4
isort==6.0.1
5
mypy==1.15.0
6
types-protobuf==5.29.1.20250403
0 commit comments