Files
core/homeassistant/components/wmspro/strings.json
T

68 lines
1.8 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"flow_title": "{host}",
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
"data_description": {
"host": "The hostname or IP address of your WMS WebControl pro."
}
}
}
},
"entity": {
"button": {
"rotation-reset": {
"name": "Reset rotation"
}
},
"cover": {
"valance": {
"name": "Valance"
}
},
"number": {
"rotation": {
"name": "Rotation"
},
"rotation-max": {
"name": "Maximum rotation"
},
"rotation-min": {
"name": "Minimum rotation"
},
"rotation-raw": {
"name": "Raw rotation"
}
}
},
"services": {
"set_cover_position_and_tilt": {
"description": "Moves the cover and tilt to the target position simultaneously, preventing cancellation of individual movements.",
"fields": {
"position": {
"description": "Target vertical position. 0 means closed, 100 means fully open.",
"name": "Position"
},
"tilt_position": {
"description": "Target tilt position.",
"name": "Tilt position"
}
},
"name": "Set cover position and tilt"
}
}
}