Add code owner for Lutron (#107280)

* hassfest enable

* update code owner

* fix code owner typo

* removed garbage
This commit is contained in:
wilburCforce 2024-01-05 13:07:08 -06:00 committed by GitHub
parent 81458dbf6f
commit 52653220e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
{
"domain": "lutron",
"name": "Lutron",
"codeowners": ["@cdheiser"],
"codeowners": ["@cdheiser", "@wilburCForce"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/lutron",
"iot_class": "local_polling",