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

29 lines
899 B
JSON

{
"config": {
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
"description": "Please enter the credentials used to log into mytotalconnectcomfort.com.",
"title": "Honeywell Total Connect Comfort (US)"
}
}
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Away cool temperature",
"away_heat_temperature": "Away heat temperature"
},
"description": "Additional Honeywell config options. Temperatures are set in Fahrenheit.",
"title": "Honeywell Options"
}
}
}
}