diff --git a/homeassistant/components/dht/manifest.json b/homeassistant/components/dht/manifest.json index 9067b930f0a..3eb3cfd202c 100644 --- a/homeassistant/components/dht/manifest.json +++ b/homeassistant/components/dht/manifest.json @@ -2,7 +2,12 @@ "domain": "dht", "name": "DHT Sensor", "documentation": "https://www.home-assistant.io/integrations/dht", - "requirements": ["adafruit-circuitpython-dht==3.6.0"], - "codeowners": ["@thegardenmonkey"], + "requirements": [ + "adafruit-circuitpython-dht==3.7.0", + "RPi.GPIO==0.7.1a4" + ], + "codeowners": [ + "@thegardenmonkey" + ], "iot_class": "local_polling" -} +} \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index f21b5d5e17d..52ef54a7ab7 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -64,6 +64,7 @@ PyViCare==2.13.1 PyXiaomiGateway==0.13.4 # homeassistant.components.bmp280 +# homeassistant.components.dht # homeassistant.components.mcp23017 # homeassistant.components.rpi_gpio # homeassistant.components.rpi_rf @@ -97,7 +98,7 @@ accuweather==0.3.0 adafruit-circuitpython-bmp280==3.1.1 # homeassistant.components.dht -adafruit-circuitpython-dht==3.6.0 +adafruit-circuitpython-dht==3.7.0 # homeassistant.components.mcp23017 adafruit-circuitpython-mcp230xx==2.2.2