2020-11-23 20:33:14 +00:00
{
"config" : {
"abort" : {
2022-05-13 15:29:56 +00:00
"already_configured" : "Device is already configured" ,
2020-11-24 00:04:19 +00:00
"already_in_progress" : "Configuration flow is already in progress" ,
"connection_error" : "Failed to connect"
2020-11-23 20:33:14 +00:00
} ,
2021-02-03 10:46:49 +00:00
"error" : {
2022-05-19 00:26:11 +00:00
"discovery_error" : "Failed to discover a Motion Gateway"
2021-02-03 10:46:49 +00:00
} ,
2022-03-28 23:01:17 +00:00
"flow_title" : "{short_mac} ({ip_address})" ,
2020-11-23 20:33:14 +00:00
"step" : {
2021-02-03 10:46:49 +00:00
"connect" : {
"data" : {
2022-05-19 00:26:11 +00:00
"api_key" : "API Key"
2021-02-03 10:46:49 +00:00
} ,
2022-05-19 00:26:11 +00:00
"description" : "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions"
2021-02-03 10:46:49 +00:00
} ,
"select" : {
"data" : {
"select_ip" : "IP Address"
} ,
"description" : "Run the setup again if you want to connect additional Motion Gateways" ,
"title" : "Select the Motion Gateway that you wish to connect"
} ,
2020-11-23 20:33:14 +00:00
"user" : {
"data" : {
2020-11-24 00:04:19 +00:00
"host" : "IP Address"
2020-11-23 20:33:14 +00:00
} ,
2022-05-19 00:26:11 +00:00
"description" : "Connect to your Motion Gateway, if the IP address is not set, auto-discovery is used"
2020-11-23 20:33:14 +00:00
}
}
2021-10-18 21:34:51 +00:00
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"wait_for_push" : "Wait for multicast push on update"
2022-05-19 00:26:11 +00:00
}
2021-10-18 21:34:51 +00:00
}
}
2020-11-23 20:33:14 +00:00
}
}