[api] Device defined action responses (#12136)

Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Jesse Hills
2025-12-06 09:47:57 -06:00
committed by GitHub
co-authored by J. Nick Koston J. Nick Koston
parent 75c41b11d1
commit f20aaf3981
46 changed files with 1455 additions and 105 deletions
@@ -79,7 +79,7 @@ async def test_scheduler_recursive_timeout(
)
# Call the service to start the test
client.execute_service(run_test_service, {})
await client.execute_service(run_test_service, {})
# Wait for test to complete
try: