1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/somfy_mylink/strings.json

47 lines
1.3 KiB
JSON

{
"config": {
"flow_title": "{mac} ({ip})",
"step": {
"user": {
"description": "The System ID can be obtained in the MyLink app under Integration by selecting any non-Cloud service.",
"data": {
"host": "[%key:common::config_flow::data::host%]",
"port": "[%key:common::config_flow::data::port%]",
"system_id": "System ID"
},
"data_description": {
"host": "The hostname or IP address of your Somfy MyLink hub."
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
},
"options": {
"abort": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"init": {
"title": "Configure MyLink Options",
"data": {
"target_id": "Configure options for a cover."
}
},
"target_config": {
"title": "Configure MyLink Cover",
"description": "Configure options for `{target_name}`",
"data": {
"reverse": "Cover is reversed"
}
}
}
}
}