core/homeassistant/components/switchbot/strings.json

39 lines
988 B
JSON

{
"config": {
"flow_title": "{name} ({address})",
"step": {
"user": {
"data": {
"address": "Device address"
}
},
"confirm": {
"description": "Do you want to setup {name}?"
},
"password": {
"description": "The {name} device requires a password",
"data": {
"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": {
"retry_count": "Retry count"
}
}
}
}
}