From 9fed4472f1d38cea66db36ebd6b6e388b1ecc66c Mon Sep 17 00:00:00 2001 From: Emory Penney Date: Mon, 27 Feb 2023 13:29:51 -0800 Subject: [PATCH] Adding Obihai codeowner (#88856) Obihai: Adding codeowner --- CODEOWNERS | 4 ++-- homeassistant/components/obihai/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 24036150fe5..eb370cf77c9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -825,8 +825,8 @@ build.json @home-assistant/supervisor /tests/components/nws/ @MatthewFlamm @kamiyo /homeassistant/components/nzbget/ @chriscla /tests/components/nzbget/ @chriscla -/homeassistant/components/obihai/ @dshokouhi -/tests/components/obihai/ @dshokouhi +/homeassistant/components/obihai/ @dshokouhi @ejpenney +/tests/components/obihai/ @dshokouhi @ejpenney /homeassistant/components/octoprint/ @rfleming71 /tests/components/octoprint/ @rfleming71 /homeassistant/components/ohmconnect/ @robbiet480 diff --git a/homeassistant/components/obihai/manifest.json b/homeassistant/components/obihai/manifest.json index d5bb07805d7..939c170f989 100644 --- a/homeassistant/components/obihai/manifest.json +++ b/homeassistant/components/obihai/manifest.json @@ -1,7 +1,7 @@ { "domain": "obihai", "name": "Obihai", - "codeowners": ["@dshokouhi"], + "codeowners": ["@dshokouhi", "@ejpenney"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/obihai", "iot_class": "local_polling",