From 782e425f64cfdca216908f7e32a0f8d5d3a62360 Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Wed, 20 Jun 2018 17:53:48 +0200 Subject: [PATCH] Update picture --- homeassistant/components/homematicip_cloud/strings.json | 2 +- tests/components/homematicip_cloud/__init__.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/homematicip_cloud/strings.json b/homeassistant/components/homematicip_cloud/strings.json index 5c492f405a5..95e513e8147 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_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_homematicip_cloud.jpg)" } }, "error": { diff --git a/tests/components/homematicip_cloud/__init__.py b/tests/components/homematicip_cloud/__init__.py index e69de29bb2d..1d89bd73183 100644 --- a/tests/components/homematicip_cloud/__init__.py +++ b/tests/components/homematicip_cloud/__init__.py @@ -0,0 +1 @@ +"""Tests for the HomematicIP Cloud component."""