From e7b5c5812cfa0e5774dbf82395a977f04c4043b7 Mon Sep 17 00:00:00 2001 From: Julius Mittenzwei Date: Mon, 10 Jul 2017 12:11:16 +0200 Subject: [PATCH] Fixed link to documentation (#8424) * Issue #8203: fixed link to documentation * Revert URL change * Minor changes to docstring --- homeassistant/components/scene/velux.py | 2 -- homeassistant/components/velux.py | 6 ++---- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/scene/velux.py b/homeassistant/components/scene/velux.py index 0dca7ce76c7..9da7a662117 100644 --- a/homeassistant/components/scene/velux.py +++ b/homeassistant/components/scene/velux.py @@ -1,8 +1,6 @@ """ Support for VELUX scenes. -Connects to VELUX KLF 200 interface - For more details about this platform, please refer to the documentation at https://home-assistant.io/components/scene.velux/ """ diff --git a/homeassistant/components/velux.py b/homeassistant/components/velux.py index caf29d361dc..b0c902aa83e 100644 --- a/homeassistant/components/velux.py +++ b/homeassistant/components/velux.py @@ -1,11 +1,9 @@ """ Connects to VELUX KLF 200 interface. -For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/scene.velux/ - +For more details about this component, please refer to the documentation at +https://home-assistant.io/components/velux/ """ - import logging import asyncio