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",