Fix missing translations in utility_meter (#130652)

This commit is contained in:
epenet 2024-11-15 04:42:01 +01:00 committed by Franck Nijhof
parent 942830505a
commit c6931d656e
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 3 additions and 4 deletions

View File

@ -25,6 +25,9 @@
"tariffs": "A list of supported tariffs, leave empty if only a single tariff is needed."
}
}
},
"error": {
"tariffs_not_unique": "Tariffs must be unique"
}
},
"options": {

View File

@ -72,10 +72,6 @@ async def test_config_flow(hass: HomeAssistant, platform) -> None:
assert config_entry.title == "Electricity meter"
@pytest.mark.parametrize( # Remove when translations fixed
"ignore_translations",
["component.utility_meter.config.error.tariffs_not_unique"],
)
async def test_tariffs(hass: HomeAssistant) -> None:
"""Test tariffs."""
input_sensor_entity_id = "sensor.input"