1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/pvoutput/strings.json
2025-10-28 10:33:10 +01:00

47 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]"
},
"description": "To re-authenticate with PVOutput you'll need to get the API key at {account_url}."
},
"user": {
"data": {
"api_key": "[%key:common::config_flow::data::api_key%]",
"system_id": "System ID"
},
"description": "To authenticate with PVOutput you'll need to get the API key at {account_url}.\n\nThe system IDs of registered systems are listed on that same page."
}
}
},
"entity": {
"sensor": {
"efficiency": {
"name": "Efficiency"
},
"energy_consumption": {
"name": "Energy consumption"
},
"energy_generation": {
"name": "Energy generation"
},
"power_consumption": {
"name": "Power consumption"
},
"power_generation": {
"name": "Power generation"
}
}
}
}