From b9b2c9a207d80a4af69555055cfd2bb2ee89e2ba Mon Sep 17 00:00:00 2001 From: Nathan Tilley Date: Mon, 14 Sep 2026 00:22:22 -0700 Subject: [PATCH] Remove myself as wake_on_lan codeowner (#182153) --- CODEOWNERS | 2 -- homeassistant/components/wake_on_lan/manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 46e9d80844b2..eb25e9ba74d4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2054,8 +2054,6 @@ CLAUDE.md @home-assistant/core /tests/components/volumio/ @OnFreund /homeassistant/components/volvo/ @thomasddn /tests/components/volvo/ @thomasddn -/homeassistant/components/wake_on_lan/ @ntilley905 -/tests/components/wake_on_lan/ @ntilley905 /homeassistant/components/wake_word/ @home-assistant/core @synesthesiam /tests/components/wake_word/ @home-assistant/core @synesthesiam /homeassistant/components/wallbox/ @hesselonline diff --git a/homeassistant/components/wake_on_lan/manifest.json b/homeassistant/components/wake_on_lan/manifest.json index c9547419f798..63c6c9035840 100644 --- a/homeassistant/components/wake_on_lan/manifest.json +++ b/homeassistant/components/wake_on_lan/manifest.json @@ -1,7 +1,7 @@ { "domain": "wake_on_lan", "name": "Wake on LAN", - "codeowners": ["@ntilley905"], + "codeowners": [], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/wake_on_lan", "integration_type": "service",