From aabcad59d8d0c47d4261b518fa3c9f46594b9ec5 Mon Sep 17 00:00:00 2001 From: happyleaves Date: Sat, 14 Nov 2015 15:05:22 -0500 Subject: [PATCH] rename platform to orvibo --- .coveragerc | 2 +- homeassistant/components/switch/{s20.py => orvibo.py} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename homeassistant/components/switch/{s20.py => orvibo.py} (98%) diff --git a/.coveragerc b/.coveragerc index c23238788a4..f19e37d00a1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -84,6 +84,7 @@ omit = homeassistant/components/sensor/glances.py homeassistant/components/sensor/mysensors.py homeassistant/components/sensor/openweathermap.py + homeassistant/components/switch/orvibo.py homeassistant/components/sensor/rest.py homeassistant/components/sensor/rpi_gpio.py homeassistant/components/sensor/sabnzbd.py @@ -99,7 +100,6 @@ omit = homeassistant/components/switch/hikvisioncam.py homeassistant/components/switch/rest.py homeassistant/components/switch/rpi_gpio.py - homeassistant/components/switch/s20.py homeassistant/components/switch/transmission.py homeassistant/components/switch/wemo.py homeassistant/components/thermostat/honeywell.py diff --git a/homeassistant/components/switch/s20.py b/homeassistant/components/switch/orvibo.py similarity index 98% rename from homeassistant/components/switch/s20.py rename to homeassistant/components/switch/orvibo.py index cefee79201c..909f1e89ce5 100644 --- a/homeassistant/components/switch/s20.py +++ b/homeassistant/components/switch/orvibo.py @@ -1,5 +1,5 @@ """ -homeassistant.components.switch.s20 +homeassistant.components.switch.orvibo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Support for Orvibo S20 Wifi Smart Switches.