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%]" ,
2023-03-01 15:16:04 +00:00
"connection_error" : "[%key:common::config_flow::error::cannot_connect%]" ,
"not_motionblinds" : "Discovered device is not a Motion gateway"
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"
}
}
}
2023-07-11 22:24:16 +00:00
} ,
"services" : {
"set_absolute_position" : {
"name" : "Set absolute position" ,
"description" : "Sets the absolute position of the cover." ,
"fields" : {
"absolute_position" : {
"name" : "Absolute position" ,
"description" : "Absolute position to move to."
} ,
"tilt_position" : {
"name" : "Tilt position" ,
"description" : "Tilt position to move to."
} ,
"width" : {
"name" : "Width" ,
"description" : "Specify the width that is covered, only for TDBU Combined entities."
}
}
}
2023-09-02 20:13:17 +00:00
} ,
"entity" : {
"cover" : {
"top" : {
"name" : "Top"
} ,
"bottom" : {
"name" : "Bottom"
} ,
"combined" : {
"name" : "Combined"
}
} ,
"sensor" : {
"top_battery" : {
"name" : "Top battery"
} ,
"bottom_battery" : {
"name" : "Bottom battery"
}
}
2020-11-23 20:33:14 +00:00
}
}