1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Updated my username in Code Owners (#5247)

This commit is contained in:
MrEditor97
2023-08-14 20:12:03 +01:00
committed by GitHub
parent 2dd4aa7bf6
commit 3b2c61e813
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ CONF_ALLOW_MULTIPLE_TOUCHES = "allow_multiple_touches"
DEPENDENCIES = ["i2c"]
AUTO_LOAD = ["binary_sensor", "output"]
CODEOWNERS = ["@MrEditor97"]
CODEOWNERS = ["@mreditor97"]
cap1188_ns = cg.esphome_ns.namespace("cap1188")
CONF_CAP1188_ID = "cap1188_id"