2023-03-26 19:14:17 +00:00
{
"config" : {
"flow_title" : "Nextcloud" ,
"step" : {
"user" : {
"description" : "Enter your Nextcloud information." ,
"data" : {
"url" : "[%key:common::config_flow::data::url%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
2023-03-29 17:36:42 +00:00
"password" : "[%key:common::config_flow::data::password%]" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
2023-03-26 19:14:17 +00:00
}
2023-03-29 19:46:08 +00:00
} ,
"reauth_confirm" : {
"description" : "Update your login information for {url}." ,
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2023-03-26 19:14:17 +00:00
}
} ,
"abort" : {
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2023-03-29 19:46:08 +00:00
"connection_error_during_import" : "Connection error occured during yaml configuration import" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2023-03-26 19:14:17 +00:00
} ,
"error" : {
2023-03-29 19:46:08 +00:00
"connection_error" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2023-03-26 19:14:17 +00:00
}
} ,
"issues" : {
"deprecated_yaml" : {
"title" : "The Netxcloud YAML configuration has been deprecated" ,
"description" : "Configuring Netxcloud using YAML has been deprecated.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the `nextcloud` YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue."
}
}
}