2020-04-01 02:08:27 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"title": "Connect to the NUT server",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-04-08 16:45:45 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"ups": {
|
|
|
|
"title": "Choose the UPS to Monitor",
|
2020-05-12 17:50:44 +00:00
|
|
|
"data": {
|
2021-11-12 10:10:40 +00:00
|
|
|
"alias": "Alias"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-01 02:08:27 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
2020-10-01 12:51:05 +00:00
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
2020-04-01 02:08:27 +00:00
|
|
|
},
|
2020-05-12 17:50:44 +00:00
|
|
|
"abort": {
|
2020-10-01 12:51:05 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
2020-05-12 17:50:44 +00:00
|
|
|
}
|
2020-04-01 02:08:27 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2020-04-12 00:37:34 +00:00
|
|
|
"scan_interval": "Scan Interval (seconds)"
|
2020-04-01 02:08:27 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-10-01 12:51:05 +00:00
|
|
|
}
|