mirror of https://github.com/home-assistant/core
47 lines
1.3 KiB
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|