mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Re-thrown exception occurred in the blocking service call (#21573)
* Rethrown exception occurred in the actual service call * Fix lint and test
This commit is contained in:
committed by
Paulus Schoutsen
parent
cd89809be5
commit
f1b867dccb
@@ -9,6 +9,7 @@ MAX_PENDING_MSG = 512
|
||||
ERR_ID_REUSE = 'id_reuse'
|
||||
ERR_INVALID_FORMAT = 'invalid_format'
|
||||
ERR_NOT_FOUND = 'not_found'
|
||||
ERR_HOME_ASSISTANT_ERROR = 'home_assistant_error'
|
||||
ERR_UNKNOWN_COMMAND = 'unknown_command'
|
||||
ERR_UNKNOWN_ERROR = 'unknown_error'
|
||||
ERR_UNAUTHORIZED = 'unauthorized'
|
||||
|
||||
Reference in New Issue
Block a user