add @eifinger as google_travel_time_codeowner (#66215)

This commit is contained in:
Kevin Stillhammer 2022-02-09 22:29:39 +01:00 committed by GitHub
parent cc5bb556c8
commit 604fe3f19b
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 @@ tests/components/goodwe/* @mletenay @starkillerOG
homeassistant/components/google_assistant/* @home-assistant/cloud
tests/components/google_assistant/* @home-assistant/cloud
homeassistant/components/google_cloud/* @lufton
homeassistant/components/google_travel_time/* @eifinger
tests/components/google_travel_time/* @eifinger
homeassistant/components/gpsd/* @fabaff
homeassistant/components/gree/* @cmroche
tests/components/gree/* @cmroche

View file

@ -3,7 +3,7 @@
"name": "Google Maps Travel Time",
"documentation": "https://www.home-assistant.io/integrations/google_travel_time",
"requirements": ["googlemaps==2.5.1"],
"codeowners": [],
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["googlemaps"]