From 71e2fb62afba3d142fd18bc11216cd08c005e907 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 Oct 2021 12:20:02 +0200 Subject: [PATCH] Add myself as codeowner for Tuya (#57837) --- CODEOWNERS | 2 +- homeassistant/components/tuya/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 28c037e6e2a..5687b8100da 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -544,7 +544,7 @@ homeassistant/components/trafikverket_train/* @endor-force homeassistant/components/trafikverket_weatherstation/* @endor-force homeassistant/components/transmission/* @engrbm87 @JPHutchins homeassistant/components/tts/* @pvizeli -homeassistant/components/tuya/* @Tuya @zlinoliver @METISU +homeassistant/components/tuya/* @Tuya @zlinoliver @METISU @frenck homeassistant/components/twentemilieu/* @frenck homeassistant/components/twinkly/* @dr1rrb homeassistant/components/ubus/* @noltari diff --git a/homeassistant/components/tuya/manifest.json b/homeassistant/components/tuya/manifest.json index 20df33f4573..4b957663947 100644 --- a/homeassistant/components/tuya/manifest.json +++ b/homeassistant/components/tuya/manifest.json @@ -3,7 +3,7 @@ "name": "Tuya", "documentation": "https://github.com/tuya/tuya-home-assistant", "requirements": ["tuya-iot-py-sdk==0.5.0"], - "codeowners": ["@Tuya", "@zlinoliver", "@METISU"], + "codeowners": ["@Tuya", "@zlinoliver", "@METISU", "@frenck"], "config_flow": true, "iot_class": "cloud_push" }