From 1bd1a12285d92d46de2600fda1b8fce871423851 Mon Sep 17 00:00:00 2001 From: Jonas Date: Tue, 28 Dec 2021 22:31:23 +0100 Subject: [PATCH] Remove myself from proxmoxve component codeowners (#62963) * remove myself from proxmoxve component codeowners * remove myself from proxmoxve component codeowners --- CODEOWNERS | 2 +- homeassistant/components/proxmoxve/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }