core/homeassistant/components/roomba/strings.json

27 lines
771 B
JSON

{
"config": {
"step": {
"user": {
"title": "Connect to the device",
"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",
"data": {
"host": "Hostname or IP Address",
"blid": "BLID",
"password": "Password",
"certificate": "Certificate",
"continuous": "Continuous",
"delay": "Delay"
}
}
},
"error": {
"cannot_connect": "Failed to connect, please try again"
}
},
"options": {
"step": {
"init": { "data": { "continuous": "Continuous", "delay": "Delay" } }
}
}
}