1) Upped the requirement for PyISY to version 1.0.2. 2) Omitted isy994 components from coveralls tests because it requires an external controller.

This commit is contained in:
Ryan Kraus 2015-04-22 23:10:51 -04:00
parent bd3b93f290
commit dc4ff25d5b
2 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,11 @@ omit =
homeassistant/components/device_tracker/ddwrt.py
homeassistant/components/sensor/transmission.py
homeassistant/components/isy994.py
homeassistant/components/light/isy994.py
homeassistant/components/switch/isy994.py
homeassistant/components/sensor/isy994.py
[report]
# Regexes for lines to exclude from consideration

View File

@ -35,7 +35,7 @@ python-nest>=2.1
pydispatcher>=2.0.5
# isy994
PyISY>=1.0.0
PyISY>=1.0.2
# sensor.systemmonitor
psutil>=2.2.1