Fixed link to documentation (#8424)

* Issue #8203: fixed link to documentation

* Revert URL change

* Minor changes to docstring
This commit is contained in:
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. Support for VELUX scenes.
Connects to VELUX KLF 200 interface
For more details about this platform, please refer to the documentation at For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/scene.velux/ https://home-assistant.io/components/scene.velux/
""" """

View File

@ -1,11 +1,9 @@
""" """
Connects to VELUX KLF 200 interface. Connects to VELUX KLF 200 interface.
For more details about this platform, please refer to the documentation at For more details about this component, please refer to the documentation at
https://home-assistant.io/components/scene.velux/ https://home-assistant.io/components/velux/
""" """
import logging import logging
import asyncio import asyncio