2020-06-10 16:33:48 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
2020-10-12 04:03:45 +00:00
|
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
2020-06-10 16:33:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2021-07-22 10:25:54 +00:00
|
|
|
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
2020-06-10 16:33:48 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"scan_interval": "Update frequency (minutes)",
|
|
|
|
"manual": "Disable auto update",
|
|
|
|
"server_name": "Select test server"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-07-22 10:25:54 +00:00
|
|
|
}
|