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

30 lines
934 B
JSON

{
"config": {
"error": {
"cannot_connect": "Failed to connect, please try again"
},
"step": {
"user": {
"data": {
"blid": "BLID",
"continuous": "Continuous",
"delay": "Delay",
"host": "Host",
"password": "Password"
},
"description": "Currently retrieving the BLID and password is a manual process. Please follow the steps outlined in the documentation at: https://www.home-assistant.io/integrations/roomba/#retrieving-your-credentials",
"title": "Connect to the device"
}
}
},
"options": {
"step": {
"init": {
"data": {
"continuous": "Continuous",
"delay": "Delay"
}
}
}
}
}