From 80910b4f9a7586036846f45191dcb0b0f23f07be Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Sun, 30 Aug 2020 20:17:27 +0200 Subject: [PATCH] Add bieniu as code owner for shelly (#39467) --- CODEOWNERS | 2 +- homeassistant/components/shelly/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bfaf15a2ca1..e4a93391aba 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -368,7 +368,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 +homeassistant/components/shelly/* @balloob @bieniu 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 4f4e740a83f..f15c4fb3f0d 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -5,5 +5,5 @@ "documentation": "https://www.home-assistant.io/integrations/shelly2", "requirements": ["aioshelly==0.2.1"], "zeroconf": ["_http._tcp.local."], - "codeowners": ["@balloob"] + "codeowners": ["@balloob", "@bieniu"] }