mirror of https://github.com/home-assistant/core
42 lines
948 B
JSON
42 lines
948 B
JSON
{
|
|
"config": {
|
|
"flow_title": "{name} {model} ({host})",
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Radio Thermostat."
|
|
}
|
|
},
|
|
"confirm": {
|
|
"description": "Do you want to set up {name} {model} ({host})?"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"hold_temp": "Set a permanent hold when adjusting the temperature."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"switch": {
|
|
"hold": {
|
|
"name": "Hold"
|
|
}
|
|
}
|
|
}
|
|
}
|