Add requirements and coverage exception
This commit is contained in:
parent
bc73a6829d
commit
1bbecce5eb
2 changed files with 4 additions and 0 deletions
|
@ -73,6 +73,7 @@ omit =
|
|||
homeassistant/components/media_player/plex.py
|
||||
homeassistant/components/media_player/sonos.py
|
||||
homeassistant/components/media_player/squeezebox.py
|
||||
homeassistant/components/notify/freesms.py
|
||||
homeassistant/components/notify/instapush.py
|
||||
homeassistant/components/notify/nma.py
|
||||
homeassistant/components/notify/pushbullet.py
|
||||
|
|
|
@ -89,6 +89,9 @@ https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b6
|
|||
# homeassistant.components.mqtt
|
||||
paho-mqtt==1.1
|
||||
|
||||
# homeassistant.components.notify.freesms
|
||||
freesms==0.1.0
|
||||
|
||||
# homeassistant.components.notify.pushbullet
|
||||
pushbullet.py==0.9.0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue