1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

Add kbx81 to CODEOWNERS (#1380)

This commit is contained in:
Keith Burzinski
2020-11-18 00:46:22 -06:00
committed by GitHub
parent 08f1eac8b2
commit b5e6ae0d69
7 changed files with 18 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ from esphome.const import CONF_BACKLIGHT_PIN, CONF_BRIGHTNESS, CONF_CS_PIN, CONF
CONF_LAMBDA, CONF_RESET_PIN
from . import st7789v_ns
CODEOWNERS = ['@kbx81']
DEPENDENCIES = ['spi']
ST7789V = st7789v_ns.class_('ST7789V', cg.PollingComponent, spi.SPIDevice,