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

36 lines
971 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"
}
}
},
"entity": {
"sensor": {
"schedule_part": {
"state": {
"day": "Day",
"evening": "Evening",
"inactive": "Inactive",
"morning": "Morning",
"night": "Night"
}
}
}
}
}