add @eifinger as waze_travel_time codeowner (#66214)

This commit is contained in:
Kevin Stillhammer 2022-02-09 22:30:29 +01:00 committed by GitHub
parent 604fe3f19b
commit 7a1bbb06be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -1048,6 +1048,8 @@ homeassistant/components/waqi/* @andrey-git
homeassistant/components/watson_tts/* @rutkai
homeassistant/components/watttime/* @bachya
tests/components/watttime/* @bachya
homeassistant/components/waze_travel_time/* @eifinger
tests/components/waze_travel_time/* @eifinger
homeassistant/components/weather/* @fabaff
tests/components/weather/* @fabaff
homeassistant/components/webostv/* @bendavid @thecode

View file

@ -3,7 +3,7 @@
"name": "Waze Travel Time",
"documentation": "https://www.home-assistant.io/integrations/waze_travel_time",
"requirements": ["WazeRouteCalculator==0.14"],
"codeowners": [],
"codeowners": ["@eifinger"],
"config_flow": true,
"iot_class": "cloud_polling",
"loggers": ["WazeRouteCalculator"]