Add cdheiser to Lutron codeowners (#81922)

* Update manifest.json

Add cdheiser as codeowner

* Update CODEOWNERS

Add @cdheiser as owner of Lutron.
This commit is contained in:
cdheiser 2022-11-10 10:35:47 -08:00 committed by GitHub
parent 97ebe59584
commit 2813101418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -655,6 +655,7 @@ build.json @home-assistant/supervisor
/homeassistant/components/luftdaten/ @fabaff @frenck
/tests/components/luftdaten/ @fabaff @frenck
/homeassistant/components/lupusec/ @majuss
/homeassistant/components/lutron/ @cdheiser
/homeassistant/components/lutron_caseta/ @swails @bdraco @danaues
/tests/components/lutron_caseta/ @swails @bdraco @danaues
/homeassistant/components/lyric/ @timmo001

View file

@ -3,7 +3,7 @@
"name": "Lutron",
"documentation": "https://www.home-assistant.io/integrations/lutron",
"requirements": ["pylutron==0.2.8"],
"codeowners": [],
"codeowners": ["@cdheiser"],
"iot_class": "local_polling",
"loggers": ["pylutron"]
}