1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 10:27:52 +00:00
Files
core/homeassistant/components/elvia/strings.json
2025-10-28 10:33:10 +01:00

26 lines
733 B
JSON

{
"config": {
"abort": {
"metering_point_id_already_configured": "Metering point with ID `{metering_point_id}` is already configured.",
"no_metering_points": "The provided API token has no metering points."
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"select_meter": {
"data": {
"metering_point_id": "Select your metering point ID"
}
},
"user": {
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
},
"description": "Enter your meter value API token from Elvia"
}
}
}
}