1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-08 07:15:09 +01:00
Files
core/homeassistant/components/wmspro/strings.json
T

52 lines
1.2 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"
}
}
}
}