2021-02-22 18:53:57 +00:00
{
"config" : {
"step" : {
"user" : {
"data" : {
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]"
}
2022-08-29 04:40:28 +00:00
} ,
"reauth_confirm" : {
"description" : "Please update your password for {username}" ,
"title" : "[%key:common::config_flow::title::reauth%]" ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
}
2021-02-22 18:53:57 +00:00
}
} ,
"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" : {
2022-08-29 04:40:28 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_account%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2021-02-22 18:53:57 +00:00
}
2022-09-26 02:40:34 +00:00
} ,
"issues" : {
"migrated_attributes" : {
"title" : "Litter-Robot attributes are now their own sensors" ,
"description" : "The vacuum entity attributes are now available as diagnostic sensors.\n\nPlease adjust any automations or scripts you may have that use these attributes."
}
2021-02-22 18:53:57 +00:00
}
}