Add missing translation string to lamarzocco (#129713)

* add missing translation string

* Update strings.json

* import pytest again
This commit is contained in:
Josef Zweck 2024-11-03 20:56:08 +01:00 committed by GitHub
parent 89eb395e2d
commit 6b33bf3961
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 4 deletions

View File

@ -8,6 +8,7 @@
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"machine_not_found": "Discovered machine not found in given account",
"no_machines": "No machines found in account",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},

View File

@ -373,10 +373,6 @@ async def test_bluetooth_discovery(
}
@pytest.mark.parametrize( # Remove when translations fixed
"ignore_translations",
["component.lamarzocco.config.error.machine_not_found"],
)
async def test_bluetooth_discovery_errors(
hass: HomeAssistant,
mock_lamarzocco: MagicMock,