From ade8681511d20906e328725b3cc53c8afac4dbdb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 23 Oct 2015 23:44:04 -0700 Subject: [PATCH] Exclude rest switch from coverage --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index 7e474d287c2..32458b4c606 100644 --- a/.coveragerc +++ b/.coveragerc @@ -91,6 +91,7 @@ omit = homeassistant/components/switch/command_switch.py homeassistant/components/switch/edimax.py homeassistant/components/switch/hikvisioncam.py + homeassistant/components/switch/rest.py homeassistant/components/switch/rpi_gpio.py homeassistant/components/switch/transmission.py homeassistant/components/switch/wemo.py