Skip to content

Commit

Permalink
Fix missing translations in toon (home-assistant#130655)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored and frenck committed Nov 15, 2024
1 parent 1cabcdf commit f74bfdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/toon/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"already_configured": "The selected agreement is already configured.",
"unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]",
"authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]",
"connection_error": "[%key:common::config_flow::error::cannot_connect%]",
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
"no_agreements": "This account has no Toon displays.",
"no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]",
Expand Down
4 changes: 0 additions & 4 deletions tests/components/toon/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,6 @@ async def test_agreement_already_set_up(
assert result3["reason"] == "already_configured"


@pytest.mark.parametrize( # Remove when translations fixed
"ignore_translations",
["component.toon.config.abort.connection_error"],
)
@pytest.mark.usefixtures("current_request_with_host")
async def test_toon_abort(
hass: HomeAssistant,
Expand Down

0 comments on commit f74bfdc

Please sign in to comment.