core/homeassistant/components/honeywell/strings.json

59 lines
1.7 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"
}
},
"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%]"
}
}
}
}
}
}
}