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

31 lines
851 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": "IP Address",
"password": "Password",
"username": "Username"
},
"description": "Please enter your Control4 account details and the IP address of your local controller."
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconds between updates"
}
}
}
}
}