diff --git a/CODEOWNERS b/CODEOWNERS index d36843cce44..e1868bd17a2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -83,6 +83,7 @@ homeassistant/components/demo/* @home-assistant/core homeassistant/components/derivative/* @afaucogney homeassistant/components/device_automation/* @home-assistant/core homeassistant/components/digital_ocean/* @fabaff +homeassistant/components/directv/* @ctalkington homeassistant/components/discogs/* @thibmaek homeassistant/components/doorbird/* @oblogic7 homeassistant/components/dsmr_reader/* @depl0y diff --git a/homeassistant/components/directv/manifest.json b/homeassistant/components/directv/manifest.json index b0f0f8bb5eb..cfe74153f5c 100644 --- a/homeassistant/components/directv/manifest.json +++ b/homeassistant/components/directv/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://www.home-assistant.io/integrations/directv", "requirements": ["directpy==0.6"], "dependencies": [], - "codeowners": [] + "codeowners": ["@ctalkington"] }