From ea06d946e6203e68a0c2932b107b8ee19af62b79 Mon Sep 17 00:00:00 2001 From: sander Date: Wed, 4 Nov 2015 21:15:56 +0100 Subject: [PATCH] modified .converagerc and requirements_all.txt --- .coveragerc | 2 ++ requirements_all.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.coveragerc b/.coveragerc index 81ad15076ec..e24dcd7b99a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -94,6 +94,8 @@ omit = homeassistant/components/switch/transmission.py homeassistant/components/switch/wemo.py homeassistant/components/thermostat/nest.py + homeassistant/components/thermostat/honeywell_round_connected.py + [report] diff --git a/requirements_all.txt b/requirements_all.txt index 57f117ec3cd..f9599c8b765 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -144,3 +144,6 @@ blinkstick==1.1.7 # Telegram (notify.telegram) python-telegram-bot==2.8.7 + +# Honeywell Evo Home Client +evohomeclient==0.2.3 \ No newline at end of file