2021-09-18 19:25:05 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"abort": {
|
|
|
|
"already_configured_device": "Device is already configured",
|
2021-09-27 20:12:40 +00:00
|
|
|
"cannot_connect": "Failed to connect",
|
2021-10-02 12:59:05 +00:00
|
|
|
"no_unconfigured_devices": "No unconfigured devices found.",
|
|
|
|
"switchbot_unsupported_type": "Unsupported Switchbot Type.",
|
|
|
|
"unknown": "Unexpected error"
|
|
|
|
},
|
2022-07-24 16:38:45 +00:00
|
|
|
"flow_title": "{name} ({address})",
|
2021-09-18 19:25:05 +00:00
|
|
|
"step": {
|
2022-08-10 19:02:08 +00:00
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to setup {name}?"
|
|
|
|
},
|
|
|
|
"password": {
|
2021-09-18 19:25:05 +00:00
|
|
|
"data": {
|
2021-09-27 20:12:40 +00:00
|
|
|
"password": "Password"
|
2021-09-18 19:25:05 +00:00
|
|
|
},
|
2022-08-10 19:02:08 +00:00
|
|
|
"description": "The {name} device requires a password"
|
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2022-08-11 00:26:23 +00:00
|
|
|
"address": "Device address",
|
|
|
|
"mac": "Device MAC address",
|
|
|
|
"name": "Name",
|
|
|
|
"password": "Password"
|
|
|
|
},
|
|
|
|
"title": "Setup Switchbot device"
|
2021-09-18 19:25:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
2022-08-11 00:26:23 +00:00
|
|
|
"retry_count": "Retry count",
|
|
|
|
"retry_timeout": "Timeout between retries",
|
|
|
|
"scan_timeout": "How long to scan for advertisement data",
|
|
|
|
"update_time": "Time between updates (seconds)"
|
2021-09-18 19:25:05 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|