Use reference strings in Alarmdecoder (#41392)
This commit is contained in:
parent
d2d3749223
commit
b7c2e117be
3 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ async def test_setup_connection_error(hass: HomeAssistant):
|
|||
result["flow_id"], connection_settings
|
||||
)
|
||||
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM
|
||||
assert result["errors"] == {"base": "service_unavailable"}
|
||||
assert result["errors"] == {"base": "cannot_connect"}
|
||||
|
||||
|
||||
async def test_options_arm_flow(hass: HomeAssistant):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue