2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "dht",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "DHT Sensor",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/dht",
|
2021-12-21 21:09:28 +00:00
|
|
|
"requirements": [
|
|
|
|
"adafruit-circuitpython-dht==3.7.0",
|
|
|
|
"RPi.GPIO==0.7.1a4"
|
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@thegardenmonkey"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "local_polling"
|
2021-12-21 21:09:28 +00:00
|
|
|
}
|