46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
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%]"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"title": "[%key:common::config_flow::title::reauth%]",
|
|
"description": "The Honeywell integration needs to re-authenticate your account",
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"outdoor_temperature": {
|
|
"name": "Outdoor temperature"
|
|
},
|
|
"outdoor_humidity": {
|
|
"name": "Outdoor humidity"
|
|
}
|
|
}
|
|
}
|
|
}
|