2021-07-19 19:44:02 +00:00
{
"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%]"
}
2023-02-25 02:49:49 +00:00
} ,
"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%]"
}
2021-07-19 19:44:02 +00:00
}
} ,
"error" : {
2023-01-18 15:03:13 +00:00
"invalid_auth" : "[%key:common::config_flow::error::invalid_auth%]" ,
"cannot_connect" : "[%key:common::config_flow::error::cannot_connect%]"
2021-07-19 19:44:02 +00:00
}
2022-03-25 01:17:36 +00:00
} ,
"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"
}
}
}
2023-06-28 11:55:42 +00:00
} ,
"entity" : {
"sensor" : {
"outdoor_temperature" : {
"name" : "Outdoor temperature"
} ,
"outdoor_humidity" : {
"name" : "Outdoor humidity"
}
2024-01-23 14:57:55 +00:00
} ,
2024-04-06 15:22:56 +00:00
"switch" : {
"emergency_heat" : {
"name" : "Emergency heat"
}
} ,
2024-01-23 14:57:55 +00:00
"climate" : {
"honeywell" : {
"state_attributes" : {
"preset_mode" : {
"state" : {
"hold" : "Hold" ,
"away" : "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::away%]" ,
"none" : "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
}
}
}
}
2023-06-28 11:55:42 +00:00
}
2024-04-06 15:22:56 +00:00
} ,
"exceptions" : {
2024-04-18 11:53:32 +00:00
"temp_failed" : {
"message" : "Honeywell set temperature failed"
} ,
"sys_mode_failed" : {
"message" : "Honeywell could not set system mode"
} ,
"fan_mode_failed" : {
"message" : "Honeywell could not set fan mode"
} ,
"away_mode_failed" : {
"message" : "Honeywell set away mode failed"
} ,
"temp_failed_value" : {
"message" : "Honeywell set temperature failed: invalid temperature {temperature}"
} ,
"temp_failed_range" : {
"message" : "Honeywell set temperature failed: temperature out of range. Mode: {mode}, Heat Temperuature: {heat}, Cool Temperature: {cool}"
} ,
"set_hold_failed" : {
"message" : "Honeywell could not set permanent hold"
} ,
"set_mode_failed" : {
"message" : "Honeywell invalid system mode returned {mode}"
} ,
"stop_hold_failed" : {
"message" : "Honeywell could not stop hold mode"
} ,
"set_aux_failed" : {
"message" : "Honeywell could not set system mode to aux heat"
} ,
"disable_aux_failed" : {
"message" : "Honeywell could turn off aux heat mode"
} ,
2024-04-06 15:22:56 +00:00
"switch_failed_off" : {
"message" : "Honeywell could turn off emergency heat mode."
} ,
"switch_failed_on" : {
"message" : "Honeywell could not set system mode to emergency heat mode."
}
} ,
"issues" : {
"service_deprecation" : {
"title" : "Honeywell aux heat is being removed" ,
"fix_flow" : {
"step" : {
"confirm" : {
"title" : "[%key:component::honeywell::issues::service_deprecation::title%]" ,
"description" : "Use `switch.{name}_emergency_heat` instead to change mode.\n\nPlease adjust your automations and scripts and select **submit** to fix this issue."
}
}
}
}
2021-07-19 19:44:02 +00:00
}
}