From b8ce10f9a148b48e9046253b7a277794355b4e02 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 21 Dec 2022 21:45:47 -0800 Subject: [PATCH] Add myself as a codeowner for rainbird (#84421) --- CODEOWNERS | 2 +- homeassistant/components/rainbird/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index cbb3c0c1a3f..1eee8b2ebec 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -925,7 +925,7 @@ build.json @home-assistant/supervisor /tests/components/radio_browser/ @frenck /homeassistant/components/radiotherm/ @bdraco @vinnyfuria /tests/components/radiotherm/ @bdraco @vinnyfuria -/homeassistant/components/rainbird/ @konikvranik +/homeassistant/components/rainbird/ @konikvranik @allenporter /homeassistant/components/raincloud/ @vanstinator /homeassistant/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin /tests/components/rainforest_eagle/ @gtdiehl @jcalbert @hastarin diff --git a/homeassistant/components/rainbird/manifest.json b/homeassistant/components/rainbird/manifest.json index 6e4d9c468ba..a7366fac4b5 100644 --- a/homeassistant/components/rainbird/manifest.json +++ b/homeassistant/components/rainbird/manifest.json @@ -3,7 +3,7 @@ "name": "Rain Bird", "documentation": "https://www.home-assistant.io/integrations/rainbird", "requirements": ["pyrainbird==0.7.1"], - "codeowners": ["@konikvranik"], + "codeowners": ["@konikvranik", "@allenporter"], "iot_class": "local_polling", "loggers": ["pyrainbird"] }