From 893e6394ceb5d67ee5dea4bc8ee99a5001a77a1e Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Fri, 22 Jun 2018 22:44:45 +0200 Subject: [PATCH] Update path of the config_flow picture --- .../homematicip_cloud/.translations/en.json | 12 ++++++++---- .../components/homematicip_cloud/strings.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/homematicip_cloud/.translations/en.json b/homeassistant/components/homematicip_cloud/.translations/en.json index 70fd29f9f30..887a3a5780b 100644 --- a/homeassistant/components/homematicip_cloud/.translations/en.json +++ b/homeassistant/components/homematicip_cloud/.translations/en.json @@ -5,22 +5,26 @@ "init": { "title": "Pick HomematicIP Accesspoint", "data": { - "accesspoint": "Accesspoint ID (SGTIN)", + "hapid": "Accesspoint ID (SGTIN)", "pin": "Pin Code (optional)", "name": "Name (optional, used as name prefix for all devices)" } }, "link": { "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": { "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": { - "unknown": "Unknown error occurred." + "unknown": "Unknown error occurred.", + "conection_aborted": "Could not connect to HMIP server", + "already_configured": "Accesspoint is already configured" } } } diff --git a/homeassistant/components/homematicip_cloud/strings.json b/homeassistant/components/homematicip_cloud/strings.json index 95e513e8147..887a3a5780b 100644 --- a/homeassistant/components/homematicip_cloud/strings.json +++ b/homeassistant/components/homematicip_cloud/strings.json @@ -12,7 +12,7 @@ }, "link": { "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": {