mirror of
https://github.com/home-assistant/core.git
synced 2025-08-26 13:50:02 +00:00

* Add response to python_script
* Reset output to empty dict if not valid dict
* Add tests for python_script response
* Raise Exceptions on service execution
* Add info on exception type
* Raise ServiceValidationError instead of ValueError
* Raise only on return_response=True
* Fix exception logger if no service response
* Create issue if exception is not raised
* Revert "Create issue if exception is not raised"
This reverts commit a61dd8619f
.
---------
Co-authored-by: rikroe <rikroe@users.noreply.github.com>