Update .coveragerc and requirements

This commit is contained in:
MartinHjelmare 2015-12-18 03:37:49 +01:00
parent 1e52d5c7f2
commit 659226886f
3 changed files with 7 additions and 5 deletions

View File

@ -32,6 +32,9 @@ omit =
homeassistant/components/rfxtrx.py
homeassistant/components/*/rfxtrx.py
homeassistant/components/mysensors.py
homeassistant/components/*/mysensors.py
homeassistant/components/binary_sensor/arest.py
homeassistant/components/browser.py
homeassistant/components/camera/*
@ -86,7 +89,6 @@ omit =
homeassistant/components/sensor/efergy.py
homeassistant/components/sensor/forecast.py
homeassistant/components/sensor/glances.py
homeassistant/components/sensor/mysensors.py
homeassistant/components/sensor/openweathermap.py
homeassistant/components/sensor/rest.py
homeassistant/components/sensor/rpi_gpio.py

View File

@ -25,8 +25,8 @@ CONF_VERSION = 'version'
DOMAIN = 'mysensors'
DEPENDENCIES = []
REQUIREMENTS = [
'https://github.com/MartinHjelmare/pymysensors/archive/fifo_queue.zip'
'#pymysensors==0.3']
'https://github.com/theolind/pymysensors/archive/'
'2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3']
_LOGGER = logging.getLogger(__name__)
ATTR_PORT = 'port'
ATTR_DEVICES = 'devices'

View File

@ -118,8 +118,8 @@ py-cpuinfo==0.1.6
# homeassistant.components.sensor.forecast
python-forecastio==1.3.3
# homeassistant.components.sensor.mysensors
https://github.com/MartinHjelmare/pymysensors/archive/fifo_queue.zip#pymysensors==0.3
# homeassistant.components.mysensors
https://github.com/theolind/pymysensors/archive/2aa8f32908e8c5bb3e5c77c5851db778f8635792.zip#pymysensors==0.3
# homeassistant.components.sensor.openweathermap
pyowm==2.2.1