Files
core/homeassistant/components/utility_meter/strings.json
2022-03-29 14:46:17 +02:00

29 lines
1.0 KiB
JSON

{
"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.",
"data": {
"cycle": "Meter reset cycle",
"delta_values": "Delta values",
"name": "Name",
"net_consumption": "Net consumption",
"offset": "Meter reset offset",
"source": "Input sensor",
"tariffs": "Supported tariffs"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"source": "[%key:component::utility_meter::config::step::user::data::source%]"
}
}
}
}
}