2019-10-21 08:17:21 +00:00
{
2020-04-05 15:27:16 +00:00
"config" : {
"step" : {
"user" : {
"data" : {
2020-05-12 17:50:44 +00:00
"host" : "[%key:common::config_flow::data::host%]" ,
"username" : "[%key:common::config_flow::data::username%]" ,
"password" : "[%key:common::config_flow::data::password%]" ,
"port" : "[%key:common::config_flow::data::port%]" ,
2020-10-03 14:06:45 +00:00
"ssl" : "[%key:common::config_flow::data::ssl%]" ,
"verify_ssl" : "[%key:common::config_flow::data::verify_ssl%]"
2023-11-30 15:55:53 +00:00
} ,
"data_description" : {
"host" : "The hostname or IP address of the system running your Glances system monitor."
2019-10-21 08:17:21 +00:00
}
2023-09-26 15:46:12 +00:00
} ,
"reauth_confirm" : {
"description" : "The password for {username} is invalid." ,
"data" : {
"password" : "[%key:common::config_flow::data::password%]"
}
2020-04-05 15:27:16 +00:00
}
2019-10-21 08:17:21 +00:00
} ,
2020-04-05 15:27:16 +00:00
"error" : {
2023-09-26 12:51:04 +00:00
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]" ,
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]"
2020-04-05 15:27:16 +00:00
} ,
2020-05-12 17:50:44 +00:00
"abort" : {
2023-09-26 15:46:12 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
"reauth_successful" : "[%key:common::config_flow::abort::reauth_successful%]"
2020-05-12 17:50:44 +00:00
}
2024-01-04 04:17:43 +00:00
} ,
"issues" : {
"deprecated_version" : {
"title" : "Glances servers with version 2 is deprecated" ,
"description" : "Glances servers with version 2 is deprecated and will not be supported in future versions of HA. It is recommended to update your server to Glances version 3 then reload the integration."
}
2020-04-05 15:27:16 +00:00
}
2020-10-02 19:03:53 +00:00
}