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

37 lines
1.2 KiB
JSON
Raw Normal View History

2022-06-05 23:59:52 +00:00
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"unknown": "Unexpected error"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
2022-12-13 00:27:47 +00:00
"description": "Do you want to set up {name} {model} ({host})?"
2022-06-05 23:59:52 +00:00
},
"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"
}
},
2022-06-05 23:59:52 +00:00
"options": {
"step": {
"init": {
"data": {
"hold_temp": "Set a permanent hold when adjusting the temperature."
}
}
}
}
}