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

30 lines
923 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"cannot_connect": "Failed to connect"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_host": "Invalid hostname or IP address"
},
"flow_title": "{name} - {model} ({host})",
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name} - {model} ({host})?"
},
"manual": {
"data": {
"host": "Host"
},
"description": "Enter an IP Address."
},
"user": {
"data": {
"device": "Device"
},
"description": "Select a device, or choose 'IP Address' to manually enter an IP Address."
}
}
}
}