Update path of the config_flow picture

This commit is contained in:
Mattias Welponer
2018-06-22 22:44:45 +02:00
parent 35876c4f2d
commit 893e6394ce
2 changed files with 9 additions and 5 deletions

View File

@@ -5,22 +5,26 @@
"init": { "init": {
"title": "Pick HomematicIP Accesspoint", "title": "Pick HomematicIP Accesspoint",
"data": { "data": {
"accesspoint": "Accesspoint ID (SGTIN)", "hapid": "Accesspoint ID (SGTIN)",
"pin": "Pin Code (optional)", "pin": "Pin Code (optional)",
"name": "Name (optional, used as name prefix for all devices)" "name": "Name (optional, used as name prefix for all devices)"
} }
}, },
"link": { "link": {
"title": "Link Accesspoint", "title": "Link Accesspoint",
"description": "Press the blue button on the accesspoint and the submit to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_philips_hue.jpg)" "description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)"
} }
}, },
"error": { "error": {
"register_failed": "Failed to register, please try again.", "register_failed": "Failed to register, please try again.",
"invalid_pin": "Invalid PIN, please try again." "invalid_pin": "Invalid PIN, please try again.",
"press_the_button": "Please press the blue button.",
"timeout_button": "Blue button press timeout, please try again."
}, },
"abort": { "abort": {
"unknown": "Unknown error occurred." "unknown": "Unknown error occurred.",
"conection_aborted": "Could not connect to HMIP server",
"already_configured": "Accesspoint is already configured"
} }
} }
} }

View File

@@ -12,7 +12,7 @@
}, },
"link": { "link": {
"title": "Link Accesspoint", "title": "Link Accesspoint",
"description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_homematicip_cloud.jpg)" "description": "Press the blue button on the accesspoint and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)"
} }
}, },
"error": { "error": {