2020-11-23 20:33:14 +00:00
{
"config" : {
2022-03-28 23:01:17 +00:00
"flow_title" : "{short_mac} ({ip_address})" ,
2020-11-23 20:33:14 +00:00
"step" : {
"user" : {
2020-12-29 19:13:31 +00:00
"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" : {
2020-11-23 20:33:14 +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" ,
"data" : {
2022-04-04 20:55:36 +00:00
"api_key" : "[%key:common::config_flow::data::api_key%]"
2020-11-23 20:33:14 +00:00
}
2020-12-29 19:13:31 +00:00
} ,
"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%]"
}
2020-11-23 20:33:14 +00:00
}
} ,
2020-12-29 19:13:31 +00:00
"error" : {
2022-04-04 20:55:36 +00:00
"discovery_error" : "Failed to discover a Motion Gateway"
2020-12-29 19:13:31 +00:00
} ,
2020-11-23 20:33:14 +00:00
"abort" : {
2022-05-13 15:29:56 +00:00
"already_configured" : "[%key:common::config_flow::abort::already_configured_device%]" ,
2020-11-23 20:33:14 +00:00
"already_in_progress" : "[%key:common::config_flow::abort::already_in_progress%]" ,
"connection_error" : "[%key:common::config_flow::error::cannot_connect%]"
}
2021-10-18 21:34:51 +00:00
} ,
"options" : {
"step" : {
"init" : {
"data" : {
"wait_for_push" : "Wait for multicast push on update"
}
}
}
2020-11-23 20:33:14 +00:00
}
}