From 130e7fe1288bb90053dc313df9d4cf6a4152ee9f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:51:16 +0200 Subject: [PATCH] Add myself as codeowner [fritzbox_callmonitor] (#70820) --- CODEOWNERS | 2 ++ homeassistant/components/fritzbox_callmonitor/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index db4e1fd8470..5054a6c1b09 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -349,6 +349,8 @@ build.json @home-assistant/supervisor /tests/components/fritz/ @mammuth @AaronDavidSchneider @chemelli74 @mib1185 /homeassistant/components/fritzbox/ @mib1185 @flabbamann /tests/components/fritzbox/ @mib1185 @flabbamann +/homeassistant/components/fritzbox_callmonitor/ @cdce8p +/tests/components/fritzbox_callmonitor/ @cdce8p /homeassistant/components/fronius/ @nielstron @farmio /tests/components/fronius/ @nielstron @farmio /homeassistant/components/frontend/ @home-assistant/frontend diff --git a/homeassistant/components/fritzbox_callmonitor/manifest.json b/homeassistant/components/fritzbox_callmonitor/manifest.json index a33e01153b7..3c89f68dc11 100644 --- a/homeassistant/components/fritzbox_callmonitor/manifest.json +++ b/homeassistant/components/fritzbox_callmonitor/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor", "requirements": ["fritzconnection==1.8.0"], - "codeowners": [], + "codeowners": ["@cdce8p"], "iot_class": "local_polling", "loggers": ["fritzconnection"] }