diff --git a/CODEOWNERS b/CODEOWNERS index c006db2a6a..cee0adb332 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -180,6 +180,7 @@ esphome/components/nextion/switch/* @senexcrenshaw esphome/components/nextion/text_sensor/* @senexcrenshaw esphome/components/nfc/* @jesserockz esphome/components/number/* @esphome/core +esphome/components/optolink/* @j0ta29 esphome/components/ota/* @esphome/core esphome/components/output/* @esphome/core esphome/components/pca9554/* @hwstar diff --git a/esphome/components/optolink/__init__.py b/esphome/components/optolink/__init__.py index bd409e4a09..1944fd57a3 100644 --- a/esphome/components/optolink/__init__.py +++ b/esphome/components/optolink/__init__.py @@ -12,6 +12,7 @@ from esphome.const import ( ) from esphome.core import CORE +CODEOWNERS = ["@j0ta29"] DEPENDENCIES = [] AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "select", "switch"] MULTI_CONF = False