From 0fb62a7e97dacca0f1bcea7307dc47dc1490d10b Mon Sep 17 00:00:00 2001 From: Jeremiah Paige Date: Thu, 29 Jan 2026 10:52:41 -0800 Subject: [PATCH] Add wsdot code-owner (#160807) --- CODEOWNERS | 2 ++ homeassistant/components/wsdot/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index c9623b09696..ff0801b7208 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1880,6 +1880,8 @@ build.json @home-assistant/supervisor /tests/components/worldclock/ @fabaff /homeassistant/components/ws66i/ @ssaenger /tests/components/ws66i/ @ssaenger +/homeassistant/components/wsdot/ @ucodery +/tests/components/wsdot/ @ucodery /homeassistant/components/wyoming/ @synesthesiam /tests/components/wyoming/ @synesthesiam /homeassistant/components/xbox/ @hunterjm @tr4nt0r diff --git a/homeassistant/components/wsdot/manifest.json b/homeassistant/components/wsdot/manifest.json index 4b86d38b76f..7f4696c187c 100644 --- a/homeassistant/components/wsdot/manifest.json +++ b/homeassistant/components/wsdot/manifest.json @@ -1,7 +1,7 @@ { "domain": "wsdot", "name": "Washington State Department of Transportation (WSDOT)", - "codeowners": [], + "codeowners": ["@ucodery"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/wsdot", "integration_type": "service",