2020-11-23 20:33:14 +00:00
{
"config" : {
"step" : {
"user" : {
2020-12-29 19:13:31 +00:00
"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" : {
2020-11-23 20:33:14 +00:00
"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%]"
}
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" : {
"discovery_error" : "Failed to discover a Motion Gateway"
} ,
2020-11-23 20:33:14 +00:00
"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%]"
}
}
}
2020-12-29 19:13:31 +00:00