Add CODEOWNERS to __init__.py

This commit is contained in:
thetestspecimen 2024-06-11 23:41:32 +03:00
parent 5a9763d20f
commit f74248e88a
No known key found for this signature in database
GPG Key ID: C88001C355A25170
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
CODEOWNERS = ["@thetestspecimen"]

View File

@ -30,7 +30,6 @@ from esphome.const import (
STATE_CLASS_MEASUREMENT,
)
CODEOWNERS = ["@thetestspecimen"]
DEPENDENCIES = ["i2c"]
sen0501_ns = cg.esphome_ns.namespace("sen0501")