Adjust homewizard translation strings (#128423)
* Add missing translation for homewizard * Adjustpull/128420/head
parent
9930473390
commit
117bc67a4c
|
@ -22,9 +22,10 @@
|
|||
},
|
||||
"abort": {
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"invalid_discovery_parameters": "Detected unsupported API version",
|
||||
"invalid_discovery_parameters": "Invalid discovery parameters",
|
||||
"device_not_supported": "This device is not supported",
|
||||
"unknown_error": "[%key:common::config_flow::error::unknown%]",
|
||||
"unsupported_api_version": "Detected unsupported API version",
|
||||
"reauth_successful": "Enabling API was successful"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -302,10 +302,6 @@ async def test_error_flow(
|
|||
assert result["type"] is FlowResultType.CREATE_ENTRY
|
||||
|
||||
|
||||
@pytest.mark.parametrize( # Remove when translations fixed
|
||||
"ignore_translations",
|
||||
["component.homewizard.config.abort.unsupported_api_version"],
|
||||
)
|
||||
@pytest.mark.parametrize(
|
||||
("exception", "reason"),
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue