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

23 lines
629 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"pin": "PIN Code",
"ssl": "Uses an SSL certificate",
"username": "Username"
},
"title": "Connect to the Venstar Thermostat"
}
}
}
}