6 lines
114 B
Python
6 lines
114 B
Python
"""Constants used by esphome components."""
|
|
|
|
CODEOWNERS = ["@esphome/core"]
|
|
|
|
CONF_DRAW_ROUNDING = "draw_rounding"
|