mirror of https://github.com/home-assistant/core
88 lines
2.3 KiB
JSON
88 lines
2.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
},
|
|
"service": {
|
|
"title": "Select Services",
|
|
"data": {
|
|
"services": "Services"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "Update password for {username}",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"no_services_found": "No services were found for this account",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "[%key:component::aussie_broadband::config::step::service::title%]",
|
|
"data": {
|
|
"services": "[%key:component::aussie_broadband::config::step::service::data::services%]"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"data_used": {
|
|
"name": "Data used"
|
|
},
|
|
"downloaded": {
|
|
"name": "Downloaded"
|
|
},
|
|
"uploaded": {
|
|
"name": "Uploaded"
|
|
},
|
|
"national_calls": {
|
|
"name": "National calls"
|
|
},
|
|
"mobile_calls": {
|
|
"name": "Mobile calls"
|
|
},
|
|
"international_calls": {
|
|
"name": "International calls"
|
|
},
|
|
"sms_sent": {
|
|
"name": "SMS sent"
|
|
},
|
|
"voicemail_calls": {
|
|
"name": "Voicemail calls"
|
|
},
|
|
"other_calls": {
|
|
"name": "Other calls"
|
|
},
|
|
"billing_cycle_length": {
|
|
"name": "Billing cycle length"
|
|
},
|
|
"billing_cycle_remaining": {
|
|
"name": "Billing cycle remaining"
|
|
}
|
|
}
|
|
}
|
|
}
|