From 3a1bc715b76ca7905ae5bf6bf472cbe5899f0f87 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 Jun 2015 16:16:36 +0200 Subject: [PATCH] add file.py --- .coveragerc | 1 + 1 file changed, 1 insertion(+) diff --git a/.coveragerc b/.coveragerc index cf494acc679..45b67e14b84 100644 --- a/.coveragerc +++ b/.coveragerc @@ -32,6 +32,7 @@ omit = homeassistant/components/light/hue.py homeassistant/components/media_player/cast.py homeassistant/components/media_player/mpd.py + homeassistant/components/notify/file.py homeassistant/components/notify/instapush.py homeassistant/components/notify/nma.py homeassistant/components/notify/pushbullet.py