mirror of
https://github.com/home-assistant/core.git
synced 2026-06-05 07:04:05 +01:00
65 lines
2.0 KiB
JSON
65 lines
2.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_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}."
|
|
},
|
|
"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."
|
|
}
|
|
}
|
|
}
|