mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +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/devolo_home_control/* @2Fake @Shutgun
|
||||||
homeassistant/components/dexcom/* @gagebenne
|
homeassistant/components/dexcom/* @gagebenne
|
||||||
homeassistant/components/dhcp/* @bdraco
|
homeassistant/components/dhcp/* @bdraco
|
||||||
|
homeassistant/components/dht/* @thegardenmonkey
|
||||||
homeassistant/components/digital_ocean/* @fabaff
|
homeassistant/components/digital_ocean/* @fabaff
|
||||||
homeassistant/components/directv/* @ctalkington
|
homeassistant/components/directv/* @ctalkington
|
||||||
homeassistant/components/discogs/* @thibmaek
|
homeassistant/components/discogs/* @thibmaek
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
"name": "DHT Sensor",
|
"name": "DHT Sensor",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/dht",
|
"documentation": "https://www.home-assistant.io/integrations/dht",
|
||||||
"requirements": ["adafruit-circuitpython-dht==3.6.0"],
|
"requirements": ["adafruit-circuitpython-dht==3.6.0"],
|
||||||
"codeowners": [],
|
"codeowners": ["@thegardenmonkey"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user