mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Ignore RPI-RF in requirements_all
This commit is contained in:
parent
d553c7c8e7
commit
69929f15fb
@ -280,7 +280,7 @@ pywemo==0.4.2
|
|||||||
radiotherm==1.2
|
radiotherm==1.2
|
||||||
|
|
||||||
# homeassistant.components.switch.rpi_rf
|
# homeassistant.components.switch.rpi_rf
|
||||||
rpi-rf==0.9.5
|
# rpi-rf==0.9.5
|
||||||
|
|
||||||
# homeassistant.components.media_player.yamaha
|
# homeassistant.components.media_player.yamaha
|
||||||
rxv==0.1.11
|
rxv==0.1.11
|
||||||
|
@ -8,6 +8,7 @@ import sys
|
|||||||
|
|
||||||
COMMENT_REQUIREMENTS = [
|
COMMENT_REQUIREMENTS = [
|
||||||
'RPi.GPIO',
|
'RPi.GPIO',
|
||||||
|
'rpi-rf',
|
||||||
'Adafruit_Python_DHT',
|
'Adafruit_Python_DHT',
|
||||||
'fritzconnection',
|
'fritzconnection',
|
||||||
'pybluez',
|
'pybluez',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user