mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-06-18 16:16:30 +00:00

* Document API behaviour for service response data Adds documentation for a new query/JSON parameter called `return_response`. It allows users to retrieve service response data instead of state changes when calling a service using the API. * Update documentation to match new implementation * Fix typo * Explicitly mention 400 in response * Apply suggestions from code review Co-authored-by: J. Nick Koston <nick+github@koston.org> --------- Co-authored-by: Erik Montnemery <erik@montnemery.com> Co-authored-by: J. Nick Koston <nick+github@koston.org>