From 2b6edd153ba5d1969fc32032f48473b631564121 Mon Sep 17 00:00:00 2001 From: Ryan Kraus Date: Wed, 22 Apr 2015 21:27:49 -0400 Subject: [PATCH] Fixed copy pasta error. --- homeassistant/components/switch/isy994.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch/isy994.py b/homeassistant/components/switch/isy994.py index 192b3c4a3d2..fe98bce69f9 100644 --- a/homeassistant/components/switch/isy994.py +++ b/homeassistant/components/switch/isy994.py @@ -1,4 +1,4 @@ -""" Support for ISY994 lights. """ +""" Support for ISY994 switch. """ # system imports import logging