From 1793c68aae5ae012d6c754adf05234fcabc776fc Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 4 Oct 2021 21:04:45 -0700 Subject: [PATCH] Split price validation errors (#10155) --- src/translations/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index 9757d2ffa5..75098c53d8 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -1091,10 +1091,14 @@ "title": "Unexpected unit of measurement", "description": "The following entities do not have the expected units of measurement 'kWh', 'm³' or 'ft³':" }, - "entity_unexpected_unit_price": { + "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'':" }, + "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³'':" + }, "entity_unexpected_state_class": { "title": "Unexpected state class", "description": "The following entities do not have the expected state class:"