mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
76 lines
3.0 KiB
JSON
76 lines
3.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"consent_required": "You need to accept the terms and conditions for your Anglian Water account before using this integration. Log in to their website for further information.",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"smart_meter_unavailable": "This account does not have any smart meters associated with it. If this is unexpected, enter your Billing Account Number found at the top of your latest bill.",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"select_account": {
|
|
"data": {
|
|
"account_number": "Billing account number"
|
|
},
|
|
"data_description": {
|
|
"account_number": "Select the billing account you wish to use."
|
|
},
|
|
"description": "Multiple active billing accounts were found with your credentials. Please select the account you wish to use. If this is unexpected, contact Anglian Water to confirm your active accounts."
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "Your password",
|
|
"username": "Username or email used to log in to the Anglian Water website."
|
|
},
|
|
"description": "Enter your Anglian Water account credentials to connect to Home Assistant."
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"last_updated": {
|
|
"name": "Last meter reading processed"
|
|
},
|
|
"latest_reading": {
|
|
"name": "Latest reading"
|
|
},
|
|
"yesterday_consumption": {
|
|
"name": "Yesterday's usage"
|
|
},
|
|
"yesterday_sewerage_cost": {
|
|
"name": "Yesterday's sewerage cost"
|
|
},
|
|
"yesterday_water_cost": {
|
|
"name": "Yesterday's water cost"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"auth_expired": {
|
|
"message": "Authentication token expired"
|
|
},
|
|
"consent_required": {
|
|
"message": "The terms and conditions for your Anglian Water account have been updated. Please visit and log in to your Anglian Water account to accept the new terms and conditions."
|
|
},
|
|
"service_unavailable": {
|
|
"message": "Anglian Water web services are currently unavailable, check the logs for more details."
|
|
},
|
|
"smart_meter_unavailable": {
|
|
"message": "This account no longer has a smart meter associated with it."
|
|
}
|
|
},
|
|
"issues": {
|
|
"consent_required": {
|
|
"description": "The terms and conditions for account {account_number} have been updated. Please visit and log in to your Anglian Water account to accept the new terms and conditions.\n\nThis issue will automatically resolve once the new conditions have been accepted and on the next refresh cycle.",
|
|
"title": "Anglian Water terms and conditions updated"
|
|
}
|
|
}
|
|
}
|