1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-17 11:33:49 +01:00
Files
core/homeassistant/components/wmspro/strings.json
T
Marc Hörsken bb7433e10e Add service to perform a combined move and tilt of a WMS cover (#174570)
Co-authored-by: Norbert Rittel <norbert@rittel.de>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-07-08 20:33:05 +02:00

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"
}
}
}