From b50a5d32a7241d8543378733f8c221c88de2e064 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Sat, 18 Dec 2021 01:00:04 +0100 Subject: [PATCH] Remove myself from yeelight codeowners (#62239) --- CODEOWNERS | 4 ++-- homeassistant/components/yeelight/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 709d0c9d395..abc61c3fa99 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1055,8 +1055,8 @@ homeassistant/components/yamaha_musiccast/* @vigonotion @micha91 tests/components/yamaha_musiccast/* @vigonotion @micha91 homeassistant/components/yandex_transport/* @rishatik92 @devbis tests/components/yandex_transport/* @rishatik92 @devbis -homeassistant/components/yeelight/* @rytilahti @zewelor @shenxn @starkillerOG -tests/components/yeelight/* @rytilahti @zewelor @shenxn @starkillerOG +homeassistant/components/yeelight/* @zewelor @shenxn @starkillerOG +tests/components/yeelight/* @zewelor @shenxn @starkillerOG homeassistant/components/yeelightsunflower/* @lindsaymarkward homeassistant/components/yi/* @bachya homeassistant/components/youless/* @gjong diff --git a/homeassistant/components/yeelight/manifest.json b/homeassistant/components/yeelight/manifest.json index 1b4246f478f..2e958c7a621 100644 --- a/homeassistant/components/yeelight/manifest.json +++ b/homeassistant/components/yeelight/manifest.json @@ -3,7 +3,7 @@ "name": "Yeelight", "documentation": "https://www.home-assistant.io/integrations/yeelight", "requirements": ["yeelight==0.7.8", "async-upnp-client==0.23.0"], - "codeowners": ["@rytilahti", "@zewelor", "@shenxn", "@starkillerOG"], + "codeowners": ["@zewelor", "@shenxn", "@starkillerOG"], "config_flow": true, "dependencies": ["network"], "quality_scale": "platinum",