diff --git a/src/translations/en.json b/src/translations/en.json index d9e79df1f9..d6e784beb4 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1146,7 +1146,7 @@ "cost_number": "Use a static price", "cost_number_input": "Price per {unit}", "gas_usage": "Gas usage", - "m3_or_kWh": "m³ or kWh" + "m3_or_kWh": "ft³, m³, Wh, kWh or MWh" } }, "device_consumption": { @@ -1187,19 +1187,19 @@ }, "entity_unexpected_unit_energy": { "title": "Unexpected unit of measurement", - "description": "The following entities do not have the expected units of measurement 'kWh' or 'Wh':" + "description": "The following entities do not have the expected units of measurement 'Wh', 'kWh' or 'MWh':" }, "entity_unexpected_unit_gas": { "title": "Unexpected unit of measurement", - "description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':" + "description": "The following entities do not have the expected units of measurement 'Wh', 'kWh' or 'MWh' for an energy sensor or 'm³' or 'ft³' for a gas sensor:" }, "entity_unexpected_unit_energy_price": { "title": "Unexpected unit of measurement", - "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'' or ''{currency}/Wh'':" + "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'' or ''{currency}/MWh'':" }, "entity_unexpected_unit_gas_price": { "title": "Unexpected unit of measurement", - "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'', ''{currency}/m³'' or ''{currency}/ft³'':" + "description": "The following entities do not have the expected units of measurement ''{currency}/kWh'', ''{currency}/Wh'', ''{currency}/MWh'', ''{currency}/m³'' or ''{currency}/ft³'':" }, "entity_unexpected_state_class": { "title": "Unexpected state class",