diff --git a/homeassistant/components/utility_meter/strings.json b/homeassistant/components/utility_meter/strings.json index 468e2065c68..35a35b7f2db 100644 --- a/homeassistant/components/utility_meter/strings.json +++ b/homeassistant/components/utility_meter/strings.json @@ -1,9 +1,10 @@ { + "title": "Utility Meter", "config": { "step": { "user": { - "title": "New Utility Meter", - "description": "The utility meter sensor provides functionality to track consumptions of various utilities (e.g., energy, gas, water, heating) over a configured period of time, typically monthly. The utility meter sensor also supports splitting the consumption by tariffs.\nMeter reset offset allows offsetting the day of monthly meter reset.\nSupported tariffs is a comma separated list of supported tariffs, leave empty if only a single tariff is needed.", + "title": "Add Utility Meter", + "description": "Create a sensor which tracks consumption of various utilities (e.g., energy, gas, water, heating) over a configured period of time, typically monthly. The utility meter sensor optionally supports splitting the consumption by tariffs, in that case one sensor for each tariff is created as well as a select entity to choose the current tariff.", "data": { "cycle": "Meter reset cycle", "delta_values": "Delta values", @@ -12,6 +13,12 @@ "offset": "Meter reset offset", "source": "Input sensor", "tariffs": "Supported tariffs" + }, + "data_description": { + "delta_values": "Enable if the source values are delta values since the last reading instead of absolute values.", + "net_consumption": "Enable if the source is a net meter, meaning it can both increase and decrease.", + "offset": "Offset the day of a monthly meter reset.", + "tariffs": "A list of supported tariffs, leave empty if only a single tariff is needed." } } } diff --git a/homeassistant/components/utility_meter/translations/en.json b/homeassistant/components/utility_meter/translations/en.json index 1ac1445069e..d5dc7f18ddd 100644 --- a/homeassistant/components/utility_meter/translations/en.json +++ b/homeassistant/components/utility_meter/translations/en.json @@ -11,8 +11,14 @@ "source": "Input sensor", "tariffs": "Supported tariffs" }, - "description": "The utility meter sensor provides functionality to track consumptions of various utilities (e.g., energy, gas, water, heating) over a configured period of time, typically monthly. The utility meter sensor also supports splitting the consumption by tariffs.\nMeter reset offset allows offsetting the day of monthly meter reset.\nSupported tariffs is a comma separated list of supported tariffs, leave empty if only a single tariff is needed.", - "title": "New Utility Meter" + "data_description": { + "delta_values": "Enable if the source values are delta values since the last reading instead of absolute values.", + "net_consumption": "Enable if the source is a net meter, meaning it can both increase and decrease.", + "offset": "Offset the day of a monthly meter reset.", + "tariffs": "A list of supported tariffs, leave empty if only a single tariff is needed." + }, + "description": "Create a sensor which tracks consumption of various utilities (e.g., energy, gas, water, heating) over a configured period of time, typically monthly. The utility meter sensor optionally supports splitting the consumption by tariffs, in that case one sensor for each tariff is created as well as a select entity to choose the current tariff.", + "title": "Add Utility Meter" } } }, @@ -24,5 +30,6 @@ } } } - } + }, + "title": "Utility Meter" } \ No newline at end of file