hass-core/homeassistant/components/switchbot/translations/en.json
RenierM26 3ce8109e5e
Add config flow to Switchbot (#50653)
Co-authored-by: Daniel Hjelseth Høyer <mail@dahoiv.net>
Co-authored-by: J. Nick Koston <nick@koston.org>
2021-09-18 09:25:05 -10:00

36 lines
No EOL
1,021 B
JSON

{
"config": {
"abort": {
"already_configured_device": "Device is already configured",
"unknown": "Unexpected error",
"switchbot_unsupported_type": "Unsupported Switchbot Type."
},
"error": {
"cannot_connect": "Failed to connect"
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"name": "Name",
"password": "Password",
"mac": "Mac"
},
"title": "Setup Switchbot device"
}
}
},
"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"
}
}
}
}
}