[Zwave] Fix docstring
This commit is contained in:
parent
19649390d3
commit
877926cfee
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue