mirror of
https://github.com/home-assistant/core.git
synced 2026-09-14 10:06:27 -05:00
* Add ServiceResponse to rest_command * Handle json and text responses. Add Unit tests * Rest command text output handling. Prevent issue solved by PR#97777 * Re-raise exceptions as HomeAssistantError to enable 'continue_on_error' in scripts / automations. * Improve test coverage * Restructure to improve McCabe Complexity * Remove LookupError * Revert exception catching location * Remove LookupError from exception handling