Add myself as code owner for google calendar integration (#67299)

pull/67300/head
Allen Porter 2022-02-26 08:55:46 -08:00 committed by GitHub
parent 858c09060d
commit f901c61d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -7,7 +7,7 @@
"httplib2==0.19.0",
"oauth2client==4.1.3"
],
"codeowners": [],
"codeowners": ["@allenporter"],
"iot_class": "cloud_polling",
"loggers": ["googleapiclient"]
}