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
} ,
2024-01-14 10:12:30 +00:00
"entity" : {
"sensor" : {
"disk_usage" : {
"name" : "{sensor_label} disk usage"
} ,
"disk_used" : {
"name" : "{sensor_label} disk used"
} ,
"disk_free" : {
"name" : "{sensor_label} disk free"
} ,
"memory_usage" : {
"name" : "Memory usage"
} ,
"memory_use" : {
"name" : "Memory use"
} ,
"memory_free" : {
"name" : "Memory free"
} ,
"swap_usage" : {
"name" : "Swap usage"
} ,
"swap_use" : {
"name" : "Swap use"
} ,
"swap_free" : {
"name" : "Swap free"
} ,
"cpu_load" : {
"name" : "CPU load"
} ,
"process_running" : {
"name" : "Running"
} ,
"process_total" : {
"name" : "Total"
} ,
"process_threads" : {
"name" : "Threads"
} ,
"process_sleeping" : {
"name" : "Sleeping"
} ,
"cpu_usage" : {
"name" : "CPU usage"
} ,
"temperature" : {
"name" : "{sensor_label} temperature"
} ,
"fan_speed" : {
"name" : "{sensor_label} fan speed"
} ,
"charge" : {
"name" : "{sensor_label} charge"
} ,
"container_active" : {
"name" : "Containers active"
} ,
"container_cpu_usage" : {
"name" : "Containers CPU usage"
} ,
"container_memory_used" : {
"name" : "Containers memory used"
} ,
"raid_available" : {
"name" : "{sensor_label} available"
} ,
"raid_used" : {
"name" : "{sensor_label} used"
}
}
} ,
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
}