diff --git a/CODEOWNERS b/CODEOWNERS index fb0c20f5bb9..d82d9313827 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -715,7 +715,7 @@ homeassistant/components/prometheus/* @knyar tests/components/prometheus/* @knyar homeassistant/components/prosegur/* @dgomes tests/components/prosegur/* @dgomes -homeassistant/components/proxmoxve/* @k4ds3 @jhollowe @Corbeno +homeassistant/components/proxmoxve/* @jhollowe @Corbeno homeassistant/components/ps4/* @ktnrg45 tests/components/ps4/* @ktnrg45 homeassistant/components/push/* @dgomes diff --git a/homeassistant/components/proxmoxve/manifest.json b/homeassistant/components/proxmoxve/manifest.json index bfea03e8902..dfed6d623f4 100644 --- a/homeassistant/components/proxmoxve/manifest.json +++ b/homeassistant/components/proxmoxve/manifest.json @@ -2,7 +2,7 @@ "domain": "proxmoxve", "name": "Proxmox VE", "documentation": "https://www.home-assistant.io/integrations/proxmoxve", - "codeowners": ["@k4ds3", "@jhollowe", "@Corbeno"], + "codeowners": ["@jhollowe", "@Corbeno"], "requirements": ["proxmoxer==1.1.1"], "iot_class": "local_polling" }