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:
5
esphome/components/const/__init__.py
Normal file
5
esphome/components/const/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Constants used by esphome components."""
|
||||
|
||||
CODEOWNERS = ["@esphome/core"]
|
||||
|
||||
CONF_DRAW_ROUNDING = "draw_rounding"
|
Reference in New Issue
Block a user