1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-13 01:27:57 +01:00

[Zwave] Fix docstring

This commit is contained in:
Arthur Andersen
2015-11-10 20:04:25 +01:00
parent 19649390d3
commit 877926cfee
+2 -2
View File
@@ -1,8 +1,8 @@
"""
homeassistant.components.switch.demo
homeassistant.components.switch.zwave
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Demo platform that has two fake switches.
Zwave platform that handles simple binary switches.
"""
# pylint: disable=import-error
from openzwave.network import ZWaveNetwork