From 70fef3c5b55ad2f28d6f42807fba95a91dbc2768 Mon Sep 17 00:00:00 2001 From: happyleaves Date: Sat, 14 Nov 2015 14:25:53 -0500 Subject: [PATCH] fixed names --- homeassistant/components/switch/s20.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/s20.py b/homeassistant/components/switch/s20.py index 62b36721182..cefee79201c 100644 --- a/homeassistant/components/switch/s20.py +++ b/homeassistant/components/switch/s20.py @@ -12,8 +12,8 @@ from homeassistant.components.switch import SwitchDevice from orvibo.s20 import S20, S20Exception -DEFAULT_NAME = "Orbivo S20 Switch" -REQUIREMENTS = ['orbivo==1.0.0'] +DEFAULT_NAME = "Orvibo S20 Switch" +REQUIREMENTS = ['orvibo==1.0.0'] _LOGGER = logging.getLogger(__name__)