1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add wsdot code-owner (#160807)

This commit is contained in:
Jeremiah Paige
2026-01-29 10:52:41 -08:00
committed by GitHub
parent 930eb70a8b
commit 0fb62a7e97
2 changed files with 3 additions and 1 deletions

2
CODEOWNERS generated
View File

@@ -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

View File

@@ -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",