52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Motion Blinds",
|
|
"description": "Connect to your Motion Gateway, if the IP address is not set, auto-discovery is used",
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::ip%]"
|
|
}
|
|
},
|
|
"connect": {
|
|
"title": "Motion Blinds",
|
|
"description": "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions",
|
|
"data": {
|
|
"api_key": "[%key:common::config_flow::data::api_key%]",
|
|
"interface": "The network interface to use"
|
|
}
|
|
},
|
|
"select": {
|
|
"title": "Select the Motion Gateway that you wish to connect",
|
|
"description": "Run the setup again if you want to connect additional Motion Gateways",
|
|
"data": {
|
|
"select_ip": "[%key:common::config_flow::data::ip%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"discovery_error": "Failed to discover a Motion Gateway",
|
|
"invalid_interface": "Invalid network interface"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
|
"connection_error": "[%key:common::config_flow::error::cannot_connect%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Motion Blinds",
|
|
"description": "Specify optional settings",
|
|
"data": {
|
|
"wait_for_push": "Wait for multicast push on update"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|