diff --git a/CODEOWNERS b/CODEOWNERS index 64b450a14c7..1becdf7a502 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/homeassistant/components/waze_travel_time/manifest.json b/homeassistant/components/waze_travel_time/manifest.json index 1a08c5c4703..24e52d3186e 100644 --- a/homeassistant/components/waze_travel_time/manifest.json +++ b/homeassistant/components/waze_travel_time/manifest.json @@ -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"]