core/homeassistant/components/motion_blinds/translations/en.json

20 lines
732 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"already_in_progress": "Config flow for this Motion gateway is already in progress",
"connection_error": "Failed to connect, please try again"
},
"flow_title": "Motion Blinds",
"step": {
"user": {
"data": {
"host": "IP address",
"api_key": "API key"
},
"description": "You will need the 16 character API Key, see https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key for instructions",
"title": "Motion Blinds"
}
}
}
}