1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00

Add codeowners for DHT (#49855)

This commit is contained in:
Angelo Gagliano 2021-04-29 10:11:56 -04:00 committed by GitHub
parent 9588e0d35a
commit 7c28262bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -111,6 +111,7 @@ homeassistant/components/device_automation/* @home-assistant/core
homeassistant/components/devolo_home_control/* @2Fake @Shutgun
homeassistant/components/dexcom/* @gagebenne
homeassistant/components/dhcp/* @bdraco
homeassistant/components/dht/* @thegardenmonkey
homeassistant/components/digital_ocean/* @fabaff
homeassistant/components/directv/* @ctalkington
homeassistant/components/discogs/* @thibmaek

View File

@ -3,6 +3,6 @@
"name": "DHT Sensor",
"documentation": "https://www.home-assistant.io/integrations/dht",
"requirements": ["adafruit-circuitpython-dht==3.6.0"],
"codeowners": [],
"codeowners": ["@thegardenmonkey"],
"iot_class": "local_polling"
}