1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Merge branch 'unbound_queued_script_fix' into integration

This commit is contained in:
J. Nick Koston
2025-10-16 16:31:03 -10:00
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)