Require RPi.GPIO and bump adafruit-circuitpython-dht to 3.7.0 in dht (#61751)
This commit is contained in:
parent
043a4b06d0
commit
600db0794d
2 changed files with 10 additions and 4 deletions
|
@ -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"
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue