diff --git a/CODEOWNERS b/CODEOWNERS index f23dda7aaaf..85317af3e61 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/dht/manifest.json b/homeassistant/components/dht/manifest.json index f1c955119a1..9067b930f0a 100644 --- a/homeassistant/components/dht/manifest.json +++ b/homeassistant/components/dht/manifest.json @@ -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" }