mirror of
https://github.com/home-assistant/core.git
synced 2026-09-20 00:33:56 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"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}."
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]"
|
|
},
|
|
"description": "Reconfigure your PVOutput integration. You can update your 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"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"communication_error": {
|
|
"message": "An error occurred while communicating with the PVOutput service."
|
|
},
|
|
"no_data_available": {
|
|
"message": "The PVOutput service has no data available for this system."
|
|
},
|
|
"unknown_error": {
|
|
"message": "An unknown error occurred while communicating with the PVOutput service."
|
|
}
|
|
}
|
|
}
|