Fixed link to documentation (#8424)

* Issue #8203: fixed link to documentation

* Revert URL change

* Minor changes to docstring
pull/8426/head
Julius Mittenzwei 2017-07-10 12:11:16 +02:00 committed by Fabian Affolter
parent 2ac423bd9d
commit e7b5c5812c
2 changed files with 2 additions and 6 deletions

View File

@ -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/
"""

View File

@ -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