28 lines
735 B
JSON
28 lines
735 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"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%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"description": "Additional Honeywell config options. Temperatures are set in Fahrenheit.",
|
|
"data": {
|
|
"away_cool_temperature": "Away cool temperature",
|
|
"away_heat_temperature": "Away heat temperature"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|