40 lines
1.5 KiB
JSON
40 lines
1.5 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"import_plugins": "Import entities from fibaro plugins / quickapps"
|
|
},
|
|
"data_description": {
|
|
"url": "The URL of the Fibaro hub in the format `http(s)://IP`.",
|
|
"username": "The username of the Fibaro hub user.",
|
|
"password": "The password of the Fibaro hub user.",
|
|
"import_plugins": "Select if entities from Fibaro plugins / quickapps should be imported."
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::fibaro::config::step::user::data_description::password%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "Please update your password for {username}"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
}
|
|
}
|