mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add missing translation string to lamarzocco (#129713)
* add missing translation string * Update strings.json * import pytest again
This commit is contained in:
parent
89eb395e2d
commit
6b33bf3961
@ -8,6 +8,7 @@
|
|||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"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",
|
"no_machines": "No machines found in account",
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
||||||
},
|
},
|
||||||
|
@ -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(
|
async def test_bluetooth_discovery_errors(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
mock_lamarzocco: MagicMock,
|
mock_lamarzocco: MagicMock,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user