mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fixed link to documentation (#8424)
* Issue #8203: fixed link to documentation * Revert URL change * Minor changes to docstring
This commit is contained in:
parent
2ac423bd9d
commit
e7b5c5812c
@ -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/
|
||||||
"""
|
"""
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user