From f7785b4db9e67199537e51d926c5b61c80270fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Tue, 13 Jan 2026 16:44:57 +0100 Subject: [PATCH] Remove one codeowner from manifest.json --- custom_components/proxmox_pve/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/proxmox_pve/manifest.json b/custom_components/proxmox_pve/manifest.json index 2bea100..f3767a8 100644 --- a/custom_components/proxmox_pve/manifest.json +++ b/custom_components/proxmox_pve/manifest.json @@ -4,8 +4,9 @@ "version": "0.6.0-alpha", "documentation": "https://example.invalid", "requirements": ["aiohttp>=3.9.0"], - "codeowners": ["@BAHMCLOUD", "@ReneBachmann"], + "codeowners": ["@BAHMCLOUD"], "config_flow": true, "iot_class": "local_polling", "integration_type": "service" } +