1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-08 22:32:21 +01:00

add myself since I use this in production now and will be swithing more devices to use it

This commit is contained in:
J. Nick Koston
2025-09-04 10:52:47 -05:00
parent faca78aeb9
commit cd4a6bbe37

View File

@@ -11,7 +11,7 @@ from esphome.const import (
CONF_OUTPUT,
)
CODEOWNERS = ["@hwstar", "@clydebarrow"]
CODEOWNERS = ["@hwstar", "@clydebarrow", "@bdraco"]
DEPENDENCIES = ["i2c"]
MULTI_CONF = True
CONF_PIN_COUNT = "pin_count"