1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/honeywell/strings.json
T
2025-10-28 10:33:10 +01:00

110 lines
3.2 KiB
JSON

{
"config": {
"abort": {
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
},
"step": {
"reauth_confirm": {
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"description": "The Honeywell integration needs to re-authenticate your account",
"title": "[%key:common::config_flow::title::reauth%]"
},
"user": {
"data": {
"password": "[%key:common::config_flow::data::password%]",
"username": "[%key:common::config_flow::data::username%]"
},
"description": "Please enter the credentials used to log in to mytotalconnectcomfort.com."
}
}
},
"entity": {
"climate": {
"honeywell": {
"state_attributes": {
"preset_mode": {
"state": {
"away": "[%key:common::state::not_home%]",
"hold": "Hold",
"none": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::none%]"
}
}
}
}
},
"humidifier": {
"dehumidifier": {
"name": "[%key:component::humidifier::entity_component::dehumidifier::name%]"
},
"humidifier": {
"name": "[%key:component::humidifier::title%]"
}
},
"sensor": {
"outdoor_humidity": {
"name": "Outdoor humidity"
},
"outdoor_temperature": {
"name": "Outdoor temperature"
}
},
"switch": {
"emergency_heat": {
"name": "Emergency heat"
}
}
},
"exceptions": {
"away_mode_failed": {
"message": "Honeywell set away mode failed"
},
"fan_mode_failed": {
"message": "Honeywell could not set fan mode"
},
"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"
},
"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."
},
"sys_mode_failed": {
"message": "Honeywell could not set system mode"
},
"temp_failed": {
"message": "Honeywell set temperature failed"
},
"temp_failed_range": {
"message": "Honeywell set temperature failed: temperature out of range. Mode: {mode}, Heat temperature: {heat}, Cool temperature: {cool}"
},
"temp_failed_value": {
"message": "Honeywell set temperature failed: invalid temperature {temperature}"
}
},
"options": {
"step": {
"init": {
"data": {
"away_cool_temperature": "Away cool temperature",
"away_heat_temperature": "Away heat temperature"
},
"description": "Additional Honeywell config options. Temperatures are set in Fahrenheit."
}
}
}
}