core/homeassistant/components/websocket_api
Raman Gupta 618b666126
Add support for responses to `call_service` WS cmd (#98610)
* Add support for responses to call_service WS cmd

* Revert ServiceNotFound removal and add a parameter for return_response

* fix type

* fix tests

* remove exception handling that was added

* Revert unnecessary modifications

* Use kwargs
2023-11-10 21:44:43 +01:00
..
__init__.py
auth.py Small cleanups to process_success_login (#103282) 2023-11-07 10:48:34 +01:00
commands.py Add support for responses to `call_service` WS cmd (#98610) 2023-11-10 21:44:43 +01:00
connection.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
const.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
decorators.py
error.py
http.py
manifest.json
messages.py Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
sensor.py
services.yaml
strings.json Add ServiceValidationError and translation support (#102592) 2023-11-06 15:45:04 +01:00
util.py