Add RPi.GPIO dependency to rpi_rf integration (#53858)

pull/53865/head
Franck Nijhof 2021-08-02 15:00:43 +02:00 committed by GitHub
parent e8aee5ecf7
commit 4022d539fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"domain": "rpi_rf",
"name": "Raspberry Pi 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": [],
"iot_class": "assumed_state"
}

View File

@ -69,6 +69,7 @@ PyXiaomiGateway==0.13.4
# homeassistant.components.bmp280
# homeassistant.components.mcp23017
# homeassistant.components.rpi_gpio
# homeassistant.components.rpi_rf
# RPi.GPIO==0.7.1a4
# homeassistant.components.remember_the_milk