Fix translations in honeywell (#129823)

This commit is contained in:
G Johansson 2024-11-04 18:00:31 +01:00 committed by GitHub
parent 689260f581
commit 2626a74840
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -16,6 +16,9 @@
}
}
},
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"

View File

@ -120,10 +120,6 @@ async def test_create_option_entry(
}
@pytest.mark.parametrize( # Remove when translations fixed
"ignore_translations",
["component.honeywell.config.abort.reauth_successful"],
)
async def test_reauth_flow(hass: HomeAssistant) -> None:
"""Test a successful reauth flow."""