From 7c28262beec2c7b96c3cc870f353b9dc016db665 Mon Sep 17 00:00:00 2001 From: Angelo Gagliano <25516409+TheGardenMonkey@users.noreply.github.com> Date: Thu, 29 Apr 2021 10:11:56 -0400 Subject: [PATCH] Add codeowners for DHT (#49855) --- CODEOWNERS | 1 + homeassistant/components/dht/manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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" }