Skip to content

Commit

Permalink
Update Codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaco1990 committed May 5, 2024
1 parent 86221e2 commit fb3e1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ esphome/components/host/* @esphome/core
esphome/components/hrxl_maxsonar_wr/* @netmikey
esphome/components/hte501/* @Stock-M
esphome/components/htu31d/* @betterengineering
esphome/components/humidifier/* @Jaco1990
esphome/components/hydreon_rgxx/* @functionpointer
esphome/components/hygrostat/* @Jaco1990 @alevaquero
esphome/components/hyt271/* @Philippe12
esphome/components/i2c/* @esphome/core
esphome/components/i2s_audio/* @jesserockz
Expand Down
2 changes: 1 addition & 1 deletion esphome/components/humidifier/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

IS_PLATFORM_COMPONENT = True

CODEOWNERS = ["@alevaquero"]
CODEOWNERS = ["@Jaco1990"]
humidifier_ns = cg.esphome_ns.namespace("humidifier")

Humidifier = humidifier_ns.class_("Humidifier", cg.EntityBase)
Expand Down
1 change: 1 addition & 0 deletions esphome/components/hygrostat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CODEOWNERS = ["@Jaco1990"]

0 comments on commit fb3e1d7

Please sign in to comment.