hass-core/homeassistant/components/websocket_api
Raman Gupta 618b666126
Add support for responses to call_service WS cmd ()
* 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 () 2023-11-07 10:48:34 +01:00
commands.py Add support for responses to call_service WS cmd () 2023-11-10 21:44:43 +01:00
connection.py Add ServiceValidationError and translation support () 2023-11-06 15:45:04 +01:00
const.py Add ServiceValidationError and translation support () 2023-11-06 15:45:04 +01:00
decorators.py
error.py
http.py Reduce string copy needed to subscribe to entities () 2023-10-28 09:18:25 -05:00
manifest.json
messages.py Add ServiceValidationError and translation support () 2023-11-06 15:45:04 +01:00
sensor.py Upgrade ruff to 0.0.289 () 2023-09-12 22:22:10 +02:00
services.yaml
strings.json Add ServiceValidationError and translation support () 2023-11-06 15:45:04 +01:00
util.py