Add RPi.GPIO dependency to rpi_rf integration (#53858)
parent
e8aee5ecf7
commit
4022d539fe
|
@ -2,7 +2,7 @@
|
||||||
"domain": "rpi_rf",
|
"domain": "rpi_rf",
|
||||||
"name": "Raspberry Pi RF",
|
"name": "Raspberry Pi RF",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/rpi_rf",
|
"documentation": "https://www.home-assistant.io/integrations/rpi_rf",
|
||||||
"requirements": ["rpi-rf==0.9.7"],
|
"requirements": ["rpi-rf==0.9.7", "RPi.GPIO==0.7.1a4"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "assumed_state"
|
"iot_class": "assumed_state"
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,6 +69,7 @@ PyXiaomiGateway==0.13.4
|
||||||
# homeassistant.components.bmp280
|
# homeassistant.components.bmp280
|
||||||
# homeassistant.components.mcp23017
|
# homeassistant.components.mcp23017
|
||||||
# homeassistant.components.rpi_gpio
|
# homeassistant.components.rpi_gpio
|
||||||
|
# homeassistant.components.rpi_rf
|
||||||
# RPi.GPIO==0.7.1a4
|
# RPi.GPIO==0.7.1a4
|
||||||
|
|
||||||
# homeassistant.components.remember_the_milk
|
# homeassistant.components.remember_the_milk
|
||||||
|
|
Loading…
Reference in New Issue