From 5719743ec7a14ef016306d8e69f87666c5d280be Mon Sep 17 00:00:00 2001 From: Stefan Jonasson Date: Sun, 31 Jan 2016 20:02:51 +0100 Subject: [PATCH] Fixed .coveragerc and requirements_all.txt --- .coveragerc | 1 + requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.coveragerc b/.coveragerc index 75f4cbd20fd..11e4edad8c1 100644 --- a/.coveragerc +++ b/.coveragerc @@ -91,6 +91,7 @@ omit = homeassistant/components/media_player/plex.py homeassistant/components/media_player/sonos.py homeassistant/components/media_player/squeezebox.py + homeassistant/components/media_player/samsungtv.py homeassistant/components/notify/free_mobile.py homeassistant/components/notify/instapush.py homeassistant/components/notify/nma.py diff --git a/requirements_all.txt b/requirements_all.txt index 5dd8078e46e..29379bd52c0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -92,12 +92,12 @@ python-mpd2==0.5.4 # homeassistant.components.media_player.plex plexapi==1.1.0 -# homeassistant.components.media_player.sonos -SoCo==0.11.1 - # homeassistant.components.media_player.samsungtv samsungctl==0.5.1 +# homeassistant.components.media_player.sonos +SoCo==0.11.1 + # homeassistant.components.modbus https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0