From ea6a26467e0753073f2ca8ed9c80f8467620a483 Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Thu, 16 Nov 2023 23:12:10 +0100 Subject: [PATCH] Add myself as codeowner for Proximity (#104100) add myself as codeowner for proximity --- CODEOWNERS | 2 ++ homeassistant/components/proximity/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 48d2003d861..a28c164219a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -977,6 +977,8 @@ build.json @home-assistant/supervisor /tests/components/prometheus/ @knyar /homeassistant/components/prosegur/ @dgomes /tests/components/prosegur/ @dgomes +/homeassistant/components/proximity/ @mib1185 +/tests/components/proximity/ @mib1185 /homeassistant/components/proxmoxve/ @jhollowe @Corbeno /homeassistant/components/prusalink/ @balloob /tests/components/prusalink/ @balloob diff --git a/homeassistant/components/proximity/manifest.json b/homeassistant/components/proximity/manifest.json index c09a03b2438..3f1ea950d0e 100644 --- a/homeassistant/components/proximity/manifest.json +++ b/homeassistant/components/proximity/manifest.json @@ -1,7 +1,7 @@ { "domain": "proximity", "name": "Proximity", - "codeowners": [], + "codeowners": ["@mib1185"], "dependencies": ["device_tracker", "zone"], "documentation": "https://www.home-assistant.io/integrations/proximity", "iot_class": "calculated",