From ab8a13ae6be021a7313f6b3a35ce41eb1decc4e3 Mon Sep 17 00:00:00 2001 From: David Knowles Date: Mon, 22 May 2023 09:15:20 -0400 Subject: [PATCH] Add myself as a code owner of the Hydrawise integration (#93358) --- CODEOWNERS | 2 +- homeassistant/components/hydrawise/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a870c7dea3c..406fa6e4f3c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -539,7 +539,7 @@ build.json @home-assistant/supervisor /tests/components/hunterdouglas_powerview/ @bdraco @kingy444 @trullock /homeassistant/components/hvv_departures/ @vigonotion /tests/components/hvv_departures/ @vigonotion -/homeassistant/components/hydrawise/ @ptcryan +/homeassistant/components/hydrawise/ @dknowles2 @ptcryan /homeassistant/components/hyperion/ @dermotduffy /tests/components/hyperion/ @dermotduffy /homeassistant/components/ialarm/ @RyuzakiKK diff --git a/homeassistant/components/hydrawise/manifest.json b/homeassistant/components/hydrawise/manifest.json index 17b27b05941..2489317a6a2 100644 --- a/homeassistant/components/hydrawise/manifest.json +++ b/homeassistant/components/hydrawise/manifest.json @@ -1,7 +1,7 @@ { "domain": "hydrawise", "name": "Hunter Hydrawise", - "codeowners": ["@ptcryan"], + "codeowners": ["@dknowles2", "@ptcryan"], "documentation": "https://www.home-assistant.io/integrations/hydrawise", "iot_class": "cloud_polling", "loggers": ["hydrawiser"],