core/homeassistant/components/switchbot/strings.json

36 lines
1.0 KiB
JSON
Raw Normal View History

{
"config": {
"flow_title": "{name}",
"step": {
"user": {
"title": "Setup Switchbot device",
"data": {
"mac": "Device MAC address",
"name": "[%key:common::config_flow::data::name%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {},
"abort": {
"already_configured_device": "[%key:common::config_flow::abort::already_configured_device%]",
"no_unconfigured_devices": "No unconfigured devices found.",
"unknown": "[%key:common::config_flow::error::unknown%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"switchbot_unsupported_type": "Unsupported Switchbot Type."
}
},
"options": {
"step": {
"init": {
"data": {
"update_time": "Time between updates (seconds)",
"retry_count": "Retry count",
"retry_timeout": "Timeout between retries",
"scan_timeout": "How long to scan for advertisement data"
}
}
}
}
}