core/homeassistant/components/radiotherm/translations/en.json

37 lines
1.2 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Do you want to setup {name} {model} ({host})?"
},
"user": {
"data": {
"host": "Host"
}
}
}
},
"issues": {
"deprecated_yaml": {
"description": "Configuring the Radio Thermostat climate platform using YAML is being removed in Home Assistant 2022.9.\n\nYour existing configuration has been imported into the UI automatically. Remove the YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
"title": "The Radio Thermostat YAML configuration is being removed"
}
},
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Set a permanent hold when adjusting the temperature."
}
}
}
}
}