From 44370870851a6694919b028adb8454435ec853f2 Mon Sep 17 00:00:00 2001 From: Mattias Welponer Date: Wed, 20 Jun 2018 07:52:28 +0200 Subject: [PATCH] Fix comment --- homeassistant/components/light/homematicip_cloud.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/homeassistant/components/light/homematicip_cloud.py b/homeassistant/components/light/homematicip_cloud.py index 60824470b49..5984fb03657 100644 --- a/homeassistant/components/light/homematicip_cloud.py +++ b/homeassistant/components/light/homematicip_cloud.py @@ -23,8 +23,7 @@ ATTR_PROFILE_MODE = 'profile_mode' async def async_setup_platform(hass, config, async_add_devices, discovery_info=None): - """Set up the HomematicIP light devices.""" - """Old way of setting up Hue lights.""" + """Old way of setting up HomematicIP lights.""" pass