50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Connect to the Smile",
|
|
"description": "Please enter",
|
|
"data": {
|
|
"password": "Smile ID",
|
|
"host": "[%key:common::config_flow::data::ip%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"username": "Smile Username"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_setup": "Add your Adam instead of your Anna, see the documentation",
|
|
"response_error": "Invalid XML data, or error indication received",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"unsupported": "Device with unsupported firmware"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"anna_with_adam": "Both Anna and Adam detected. Add your Adam instead of your Anna"
|
|
}
|
|
},
|
|
"entity": {
|
|
"select": {
|
|
"dhw_mode": {
|
|
"state": {
|
|
"off": "Off",
|
|
"auto": "Auto",
|
|
"boost": "Boost",
|
|
"comfort": "Comfort"
|
|
}
|
|
},
|
|
"regulation_mode": {
|
|
"state": {
|
|
"bleeding_cold": "Bleeding cold",
|
|
"bleeding_hot": "Bleeding hot",
|
|
"cooling": "Cooling",
|
|
"heating": "Heating",
|
|
"off": "Off"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|