From bc5cec97f445ab108e4129a96ae932b5271fbadc Mon Sep 17 00:00:00 2001 From: SukramJ Date: Thu, 22 Aug 2019 18:00:15 +0200 Subject: [PATCH] Add myself as codeowner to HmIP Cloud (#26140) --- CODEOWNERS | 1 + homeassistant/components/homematicip_cloud/manifest.json | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 81c5aafed30..71520e11acf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -119,6 +119,7 @@ homeassistant/components/hive/* @Rendili @KJonline homeassistant/components/homeassistant/* @home-assistant/core homeassistant/components/homekit_controller/* @Jc2k homeassistant/components/homematic/* @pvizeli @danielperna84 +homeassistant/components/homematicip_cloud/* @SukramJ homeassistant/components/honeywell/* @zxdavb homeassistant/components/html5/* @robbiet480 homeassistant/components/http/* @home-assistant/core diff --git a/homeassistant/components/homematicip_cloud/manifest.json b/homeassistant/components/homematicip_cloud/manifest.json index ee0d2cb1271..2a041ce6689 100644 --- a/homeassistant/components/homematicip_cloud/manifest.json +++ b/homeassistant/components/homematicip_cloud/manifest.json @@ -7,5 +7,7 @@ "homematicip==0.10.10" ], "dependencies": [], - "codeowners": [] + "codeowners": [ + "@SukramJ" + ] }