diff --git a/CODEOWNERS b/CODEOWNERS index 0e92885d247..3979a3e4453 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -561,7 +561,7 @@ homeassistant/components/wallbox/* @hesselonline homeassistant/components/waqi/* @andrey-git homeassistant/components/watson_tts/* @rutkai homeassistant/components/weather/* @fabaff -homeassistant/components/webostv/* @bendavid +homeassistant/components/webostv/* @bendavid @thecode homeassistant/components/websocket_api/* @home-assistant/core homeassistant/components/wemo/* @esev homeassistant/components/wiffi/* @mampfes diff --git a/homeassistant/components/webostv/manifest.json b/homeassistant/components/webostv/manifest.json index b14fd793cab..9697f903926 100644 --- a/homeassistant/components/webostv/manifest.json +++ b/homeassistant/components/webostv/manifest.json @@ -4,6 +4,6 @@ "documentation": "https://www.home-assistant.io/integrations/webostv", "requirements": ["aiopylgtv==0.4.0"], "dependencies": ["configurator"], - "codeowners": ["@bendavid"], + "codeowners": ["@bendavid", "@thecode"], "iot_class": "local_polling" }