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

[const] Create component-level const repository (#8385)

This commit is contained in:
Clyde Stubbs
2025-04-28 10:23:18 +10:00
committed by GitHub
parent 2d3f141140
commit 22c0e1079e
9 changed files with 58 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
"""Constants used by esphome components."""
CODEOWNERS = ["@esphome/core"]
CONF_DRAW_ROUNDING = "draw_rounding"