From 9718a9571edd7797c4fecadb02a514a7c74e6d1b Mon Sep 17 00:00:00 2001 From: Thomas Kistler Date: Tue, 25 Jun 2024 17:11:52 -0700 Subject: [PATCH] Add @thomaskistler as an owner of hydrawise (#120477) --- CODEOWNERS | 4 ++-- homeassistant/components/hydrawise/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2e954ed1315..b4ff315872d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -631,8 +631,8 @@ build.json @home-assistant/supervisor /tests/components/huum/ @frwickst /homeassistant/components/hvv_departures/ @vigonotion /tests/components/hvv_departures/ @vigonotion -/homeassistant/components/hydrawise/ @dknowles2 @ptcryan -/tests/components/hydrawise/ @dknowles2 @ptcryan +/homeassistant/components/hydrawise/ @dknowles2 @thomaskistler @ptcryan +/tests/components/hydrawise/ @dknowles2 @thomaskistler @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 b85ddca042e..c6f4d7d8dcd 100644 --- a/homeassistant/components/hydrawise/manifest.json +++ b/homeassistant/components/hydrawise/manifest.json @@ -1,7 +1,7 @@ { "domain": "hydrawise", "name": "Hunter Hydrawise", - "codeowners": ["@dknowles2", "@ptcryan"], + "codeowners": ["@dknowles2", "@thomaskistler", "@ptcryan"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/hydrawise", "iot_class": "cloud_polling",