mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Adjust homewizard translation strings (#128423)
* Add missing translation for homewizard * Adjust
This commit is contained in:
parent
9930473390
commit
117bc67a4c
@ -22,9 +22,10 @@
|
|||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
"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",
|
"device_not_supported": "This device is not supported",
|
||||||
"unknown_error": "[%key:common::config_flow::error::unknown%]",
|
"unknown_error": "[%key:common::config_flow::error::unknown%]",
|
||||||
|
"unsupported_api_version": "Detected unsupported API version",
|
||||||
"reauth_successful": "Enabling API was successful"
|
"reauth_successful": "Enabling API was successful"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -302,10 +302,6 @@ async def test_error_flow(
|
|||||||
assert result["type"] is FlowResultType.CREATE_ENTRY
|
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(
|
@pytest.mark.parametrize(
|
||||||
("exception", "reason"),
|
("exception", "reason"),
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user