Files
Christopher Fenner 1579e90d58 Fix typos in strings.json files (#138601)
* fix codespell issues

* update nextcloud snapshots

* update weheat snapshots

* update waqi snapshots
2025-02-18 22:36:28 +01:00

26 lines
733 B
JSON

{
"config": {
"step": {
"user": {
"description": "Enter your meter value API token from Elvia",
"data": {
"api_token": "[%key:common::config_flow::data::api_token%]"
}
},
"select_meter": {
"data": {
"metering_point_id": "Select your metering point ID"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"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."
}
}
}