core/homeassistant/components/honeywell/strings.json

18 lines
482 B
JSON

{
"config": {
"step": {
"user": {
"title": "Honeywell Total Connect Comfort (US)",
"description": "Please enter the credentials used to log into mytotalconnectcomfort.com.",
"data": {
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]"
}
}
},
"error": {
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
}
}
}