From 3a32e16f4dc1eee4e3bf38fe10f0a6a15d0292a0 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Mon, 4 Jan 2021 14:14:09 +0100 Subject: [PATCH] Add myself to codeowners for Shelly (#44814) --- CODEOWNERS | 2 +- homeassistant/components/shelly/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 1ec8f6f30f1..924fe98b46a 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -396,7 +396,7 @@ homeassistant/components/seven_segments/* @fabaff homeassistant/components/seventeentrack/* @bachya homeassistant/components/sharkiq/* @ajmarks homeassistant/components/shell_command/* @home-assistant/core -homeassistant/components/shelly/* @balloob @bieniu @thecode +homeassistant/components/shelly/* @balloob @bieniu @thecode @chemelli74 homeassistant/components/shiftr/* @fabaff homeassistant/components/shodan/* @fabaff homeassistant/components/sighthound/* @robmarkcole diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index 00f9620b3c5..71ee230d83d 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/shelly", "requirements": ["aioshelly==0.5.1"], "zeroconf": [{ "type": "_http._tcp.local.", "name": "shelly*" }], - "codeowners": ["@balloob", "@bieniu", "@thecode"] + "codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74"] }