Ignore RPI-RF in requirements_all
This commit is contained in:
parent
d553c7c8e7
commit
69929f15fb
2 changed files with 2 additions and 1 deletions
|
@ -280,7 +280,7 @@ pywemo==0.4.2
|
|||
radiotherm==1.2
|
||||
|
||||
# homeassistant.components.switch.rpi_rf
|
||||
rpi-rf==0.9.5
|
||||
# rpi-rf==0.9.5
|
||||
|
||||
# homeassistant.components.media_player.yamaha
|
||||
rxv==0.1.11
|
||||
|
|
|
@ -8,6 +8,7 @@ import sys
|
|||
|
||||
COMMENT_REQUIREMENTS = [
|
||||
'RPi.GPIO',
|
||||
'rpi-rf',
|
||||
'Adafruit_Python_DHT',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
|
|
Loading…
Add table
Reference in a new issue