cogito/esphome_dev/esphome/components/const/__init__.py

6 lines
155 B
Python

"""Constants used by esphome components."""
CODEOWNERS = ["@esphome/core"]
CONF_DRAW_ROUNDING = "draw_rounding"
CONF_REQUEST_HEADERS = "request_headers"