From 202addc39dda739d0bfa6e66eb4c3f4e2f688654 Mon Sep 17 00:00:00 2001 From: sebfortier2288 <49339921+sebfortier2288@users.noreply.github.com> Date: Sat, 26 Apr 2025 12:56:56 -0400 Subject: [PATCH] Remove sebfortier2288 from Soma code owners (#143715) * chore(soma): remove from codeowner * chore(soma): remove from sebfortier2288 codeowners --- CODEOWNERS | 4 ++-- homeassistant/components/soma/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9f29e66864c..f4c7815a972 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1441,8 +1441,8 @@ build.json @home-assistant/supervisor /tests/components/solarlog/ @Ernst79 @dontinelli /homeassistant/components/solax/ @squishykid @Darsstar /tests/components/solax/ @squishykid @Darsstar -/homeassistant/components/soma/ @ratsept @sebfortier2288 -/tests/components/soma/ @ratsept @sebfortier2288 +/homeassistant/components/soma/ @ratsept +/tests/components/soma/ @ratsept /homeassistant/components/sonarr/ @ctalkington /tests/components/sonarr/ @ctalkington /homeassistant/components/songpal/ @rytilahti @shenxn diff --git a/homeassistant/components/soma/manifest.json b/homeassistant/components/soma/manifest.json index 5884e5f53c4..ed0c5ff6240 100644 --- a/homeassistant/components/soma/manifest.json +++ b/homeassistant/components/soma/manifest.json @@ -1,7 +1,7 @@ { "domain": "soma", "name": "Soma Connect", - "codeowners": ["@ratsept", "@sebfortier2288"], + "codeowners": ["@ratsept"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/soma", "iot_class": "local_polling",