core/homeassistant/components/switchbee/translations/en.json

32 lines
875 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"switch_as_light": "Initialize switches as light entities",
"username": "Username"
},
"description": "Setup SwitchBee integration with Home Assistant."
}
}
},
"options": {
"step": {
"init": {
"data": {
"devices": "Devices to include"
}
}
}
}
}