* Move to AIOSomecomfort * Remove unused constant * Improve test coverage to 100 * Update homeassistant/components/honeywell/__init__.py remove "todo" from code Co-authored-by: Erik Montnemery <erik@montnemery.com> * Missing cannot_connect translation * add asyncio errors update devices per entity rework retry login Co-authored-by: Erik Montnemery <erik@montnemery.com>
28 lines
813 B
JSON
28 lines
813 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%]",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|