mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
[Zwave] Fix docstring
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user