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

27 lines
788 B
JSON
Raw Normal View History

{
"config": {
"error": {
"invalid_auth": "Invalid authentication"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
},
2022-04-29 00:22:21 +00:00
"description": "Please enter the credentials used to log into mytotalconnectcomfort.com."
}
}
2022-03-25 01:17:36 +00:00
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Away cool temperature",
"away_heat_temperature": "Away heat temperature"
},
2022-04-29 00:22:21 +00:00
"description": "Additional Honeywell config options. Temperatures are set in Fahrenheit."
2022-03-25 01:17:36 +00:00
}
}
}
}