From e35b5dd7c1a07ced9303a0b8ef7e9116aeeedc5e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 2 Aug 2021 15:00:43 +0200 Subject: [PATCH] Add RPi.GPIO dependency to rpi_rf integration (#53858) --- homeassistant/components/rpi_rf/manifest.json | 2 +- requirements_all.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/rpi_rf/manifest.json b/homeassistant/components/rpi_rf/manifest.json index e8806710724..022c84eb13f 100644 --- a/homeassistant/components/rpi_rf/manifest.json +++ b/homeassistant/components/rpi_rf/manifest.json @@ -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" } diff --git a/requirements_all.txt b/requirements_all.txt index 7453a3cf2c1..204ef9c75a5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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