mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Fixed link to documentation (#8424)
* Issue #8203: fixed link to documentation * Revert URL change * Minor changes to docstring
This commit is contained in:
committed by
Fabian Affolter
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
|
||||
|
||||
|
Reference in New Issue
Block a user