Skip to content

Commit

Permalink
Fixed link to documentation (home-assistant#8424)
Browse files Browse the repository at this point in the history
* Issue home-assistant#8203: fixed link to documentation

* Revert URL change

* Minor changes to docstring
  • Loading branch information
Julius2342 authored and dethpickle committed Aug 18, 2017
1 parent b4f70cd commit 1091727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions homeassistant/components/scene/velux.py
Original file line number Diff line number Diff line change
@@ -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/
"""
Expand Down
6 changes: 2 additions & 4 deletions homeassistant/components/velux.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1091727

Please sign in to comment.