1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/dht/manifest.json

13 lines
282 B
JSON

{
"domain": "dht",
"name": "DHT Sensor",
"documentation": "https://www.home-assistant.io/integrations/dht",
"requirements": [
"adafruit-circuitpython-dht==3.7.0",
"RPi.GPIO==0.7.1a4"
],
"codeowners": [
"@thegardenmonkey"
],
"iot_class": "local_polling"
}