1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-23 04:03:52 +01:00

address review comments

This commit is contained in:
J. Nick Koston
2025-10-16 15:51:01 -10:00
parent f2ec2c3fbf
commit 2e30a4953a
3 changed files with 11 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ async def test_script_queued(
api_client_connected() as client,
):
# Get services
entities, services = await client.list_entities_services()
_, services = await client.list_entities_services()
# Test 1: Queue depth limit
test_service = next((s for s in services if s.name == "test_queue_depth"), None)