mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Add codeowners for DHT (#49855)
This commit is contained in:
parent
9588e0d35a
commit
7c28262bee
@ -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
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user