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" }