Assign specific error code for HomeAssistantError on websocket_api connection exceptions (#104700)
Assign specific error code for HomeAssistantError
This commit is contained in:
parent
9741380cc0
commit
861bb48ab6
11 changed files with 21 additions and 21 deletions
|
@ -2327,7 +2327,7 @@ async def test_execute_script(
|
|||
translation_key="test_error",
|
||||
translation_placeholders={"option": "bla"},
|
||||
),
|
||||
"unknown_error",
|
||||
"home_assistant_error",
|
||||
),
|
||||
(
|
||||
ServiceValidationError(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue