Files
2025-10-28 10:33:10 +01:00

85 lines
3.3 KiB
JSON

{
"config": {
"error": {
"tariffs_not_unique": "Tariffs must be unique"
},
"step": {
"user": {
"data": {
"always_available": "Sensor always available",
"cycle": "Meter reset cycle",
"delta_values": "Delta values",
"name": "[%key:common::config_flow::data::name%]",
"net_consumption": "Net consumption",
"offset": "Meter reset offset",
"periodically_resetting": "Periodically resetting",
"source": "Input sensor",
"tariffs": "Supported tariffs"
},
"data_description": {
"always_available": "If activated, the sensor will always show the last known value, even if the source entity is unavailable or unknown.",
"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.",
"periodically_resetting": "Enable if the source may periodically reset to 0, for example at boot of the measuring device. If disabled, new readings are directly recorded after data inavailability.",
"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": "Create Utility Meter"
}
}
},
"options": {
"step": {
"init": {
"data": {
"always_available": "[%key:component::utility_meter::config::step::user::data::always_available%]",
"periodically_resetting": "[%key:component::utility_meter::config::step::user::data::periodically_resetting%]",
"source": "[%key:component::utility_meter::config::step::user::data::source%]"
},
"data_description": {
"always_available": "[%key:component::utility_meter::config::step::user::data_description::always_available%]",
"periodically_resetting": "[%key:component::utility_meter::config::step::user::data_description::periodically_resetting%]"
}
}
}
},
"selector": {
"cycle": {
"options": {
"bimonthly": "Every two months",
"daily": "Daily",
"hourly": "Hourly",
"monthly": "Monthly",
"none": "No cycle",
"quarter-hourly": "Every 15 minutes",
"quarterly": "Quarterly",
"weekly": "Weekly",
"yearly": "Yearly"
}
},
"offset": {
"unit_of_measurement": {
"days": "days"
}
}
},
"services": {
"calibrate": {
"description": "Calibrates a utility meter sensor.",
"fields": {
"value": {
"description": "Value to which set the meter.",
"name": "Value"
}
},
"name": "Calibrate"
},
"reset": {
"description": "Resets all counters of a utility meter.",
"name": "Reset"
}
},
"title": "Utility Meter"
}