diff --git a/CODEOWNERS b/CODEOWNERS index 16523cafa81..1a322b09981 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1176,7 +1176,7 @@ build.json @home-assistant/supervisor /tests/components/vlc_telnet/ @rodripf @MartinHjelmare /homeassistant/components/volumio/ @OnFreund /tests/components/volumio/ @OnFreund -/homeassistant/components/volvooncall/ @molobrakos @decompil3d +/homeassistant/components/volvooncall/ @molobrakos /homeassistant/components/vulcan/ @Antoni-Czaplicki /tests/components/vulcan/ @Antoni-Czaplicki /homeassistant/components/wake_on_lan/ @ntilley905 diff --git a/homeassistant/components/volvooncall/manifest.json b/homeassistant/components/volvooncall/manifest.json index 93b7642425c..fe7e384f72a 100644 --- a/homeassistant/components/volvooncall/manifest.json +++ b/homeassistant/components/volvooncall/manifest.json @@ -3,7 +3,7 @@ "name": "Volvo On Call", "documentation": "https://www.home-assistant.io/integrations/volvooncall", "requirements": ["volvooncall==0.10.0"], - "codeowners": ["@molobrakos", "@decompil3d"], + "codeowners": ["@molobrakos"], "iot_class": "cloud_polling", "loggers": ["geopy", "hbmqtt", "volvooncall"] }