44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured_device": "Device is already configured",
|
|
"cannot_connect": "Failed to connect",
|
|
"no_unconfigured_devices": "No unconfigured devices found.",
|
|
"switchbot_unsupported_type": "Unsupported Switchbot Type.",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name} ({address})",
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to setup {name}?"
|
|
},
|
|
"password": {
|
|
"data": {
|
|
"password": "Password"
|
|
},
|
|
"description": "The {name} device requires a password"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"address": "Device address",
|
|
"mac": "Device MAC address",
|
|
"name": "Name",
|
|
"password": "Password"
|
|
},
|
|
"title": "Setup Switchbot device"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"retry_count": "Retry count",
|
|
"retry_timeout": "Timeout between retries",
|
|
"scan_timeout": "How long to scan for advertisement data",
|
|
"update_time": "Time between updates (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |