mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update .coveragerc and requirements
This commit is contained in:
parent
1e52d5c7f2
commit
659226886f
@ -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
|
||||
|
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user