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-04-05 15:27:16 +00:00
|
|
|
"version": "Glances API Version (2 or 3)",
|
2020-10-03 14:06:45 +00:00
|
|
|
"ssl": "[%key:common::config_flow::data::ssl%]",
|
|
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
2019-10-21 08:17:21 +00:00
|
|
|
}
|
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": {
|
2022-11-03 09:02:25 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-02 19:03:53 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
2020-10-02 19:03:53 +00:00
|
|
|
}
|