1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 22:30:12 +00:00
Files
core/homeassistant/components/trane/strings.json
2026-02-19 12:39:58 -06:00

43 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The IP address of the thermostat"
},
"description": "Put the thermostat in pairing mode (Menu > Settings > Network > Advanced Setup > Remote Connection > Pair). The thermostat must have a static IP address assigned."
}
}
},
"device": {
"thermostat": {
"name": "Thermostat ({host})"
}
},
"entity": {
"switch": {
"hold": {
"name": "Hold"
}
}
},
"exceptions": {
"authentication_failed": {
"message": "Authentication failed with thermostat"
},
"cannot_connect": {
"message": "Failed to connect to thermostat"
}
}
}