Fixed link to documentation (#8424)
* Issue #8203: fixed link to documentation * Revert URL change * Minor changes to docstringpull/8426/head
parent
2ac423bd9d
commit
e7b5c5812c
|
@ -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/
|
||||
"""
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue