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