From d620072585053e87c63b3413f63d00c08ba6bb95 Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Tue, 24 May 2022 14:16:02 +0100 Subject: [PATCH] Remove pavoni as vera codeowner (#72421) --- CODEOWNERS | 2 -- homeassistant/components/vera/manifest.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 05e0d0b4377..887534e3461 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1116,8 +1116,6 @@ build.json @home-assistant/supervisor /homeassistant/components/velux/ @Julius2342 /homeassistant/components/venstar/ @garbled1 /tests/components/venstar/ @garbled1 -/homeassistant/components/vera/ @pavoni -/tests/components/vera/ @pavoni /homeassistant/components/verisure/ @frenck /tests/components/verisure/ @frenck /homeassistant/components/versasense/ @flamm3blemuff1n diff --git a/homeassistant/components/vera/manifest.json b/homeassistant/components/vera/manifest.json index 5a87ae29483..517d19a89d9 100644 --- a/homeassistant/components/vera/manifest.json +++ b/homeassistant/components/vera/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/vera", "requirements": ["pyvera==0.3.13"], - "codeowners": ["@pavoni"], + "codeowners": [], "iot_class": "local_polling", "loggers": ["pyvera"] }