diff --git a/homeassistant/components/switch/zwave.py b/homeassistant/components/switch/zwave.py index 12368dc0c22..cc022df18c9 100644 --- a/homeassistant/components/switch/zwave.py +++ b/homeassistant/components/switch/zwave.py @@ -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