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