diff --git a/CODEOWNERS b/CODEOWNERS index 4b242bb724ad..8e13af3f2be3 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -489,8 +489,8 @@ CLAUDE.md @home-assistant/core /homeassistant/components/environment_canada/ @gwww @michaeldavie /tests/components/environment_canada/ @gwww @michaeldavie /homeassistant/components/ephember/ @ttroy50 @roberty99 -/homeassistant/components/epic_games_store/ @hacf-fr @Quentame -/tests/components/epic_games_store/ @hacf-fr @Quentame +/homeassistant/components/epic_games_store/ @Quentame +/tests/components/epic_games_store/ @Quentame /homeassistant/components/epion/ @lhgravendeel /tests/components/epion/ @lhgravendeel /homeassistant/components/epson/ @pszafer diff --git a/homeassistant/components/epic_games_store/manifest.json b/homeassistant/components/epic_games_store/manifest.json index 665eaec6668b..ea4e0c2f9280 100644 --- a/homeassistant/components/epic_games_store/manifest.json +++ b/homeassistant/components/epic_games_store/manifest.json @@ -1,7 +1,7 @@ { "domain": "epic_games_store", "name": "Epic Games Store", - "codeowners": ["@hacf-fr", "@Quentame"], + "codeowners": ["@Quentame"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/epic_games_store", "integration_type": "service",