From 8026e64d7ca715a69b6f8c0583d76b1dd87f0d46 Mon Sep 17 00:00:00 2001 From: Geoffrey <85890024+Thulrus@users.noreply.github.com> Date: Wed, 29 Oct 2025 16:34:09 -0600 Subject: [PATCH] Update codeowners for VegeHub integration (#155442) Co-authored-by: GhoweVege <85890024+GhoweVege@users.noreply.github.com> --- CODEOWNERS | 4 ++-- homeassistant/components/vegehub/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d61dcf3ade2..64199f1dfb4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1719,8 +1719,8 @@ build.json @home-assistant/supervisor /tests/components/vallox/ @andre-richter @slovdahl @viiru- @yozik04 /homeassistant/components/valve/ @home-assistant/core /tests/components/valve/ @home-assistant/core -/homeassistant/components/vegehub/ @ghowevege -/tests/components/vegehub/ @ghowevege +/homeassistant/components/vegehub/ @thulrus +/tests/components/vegehub/ @thulrus /homeassistant/components/velbus/ @Cereal2nd @brefra /tests/components/velbus/ @Cereal2nd @brefra /homeassistant/components/velux/ @Julius2342 @DeerMaximum @pawlizio @wollew diff --git a/homeassistant/components/vegehub/manifest.json b/homeassistant/components/vegehub/manifest.json index 42d7e94e562..f343d66c738 100644 --- a/homeassistant/components/vegehub/manifest.json +++ b/homeassistant/components/vegehub/manifest.json @@ -1,7 +1,7 @@ { "domain": "vegehub", "name": "Vegetronix VegeHub", - "codeowners": ["@ghowevege"], + "codeowners": ["@thulrus"], "config_flow": true, "dependencies": ["http", "webhook"], "documentation": "https://www.home-assistant.io/integrations/vegehub",