diff --git a/CODEOWNERS b/CODEOWNERS index ef6ef0271d0..562a0836255 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -353,6 +353,8 @@ homeassistant/components/gogogate2/* @vangorra @bdraco tests/components/gogogate2/* @vangorra @bdraco homeassistant/components/goodwe/* @mletenay @starkillerOG tests/components/goodwe/* @mletenay @starkillerOG +homeassistant/components/google/* @allenporter +tests/components/google/* @allenporter homeassistant/components/google_assistant/* @home-assistant/cloud tests/components/google_assistant/* @home-assistant/cloud homeassistant/components/google_cloud/* @lufton diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index 1695c7d0d84..32d4b8f3166 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -7,7 +7,7 @@ "httplib2==0.19.0", "oauth2client==4.1.3" ], - "codeowners": [], + "codeowners": ["@allenporter"], "iot_class": "cloud_polling", "loggers": ["googleapiclient"] }