mirror of
https://github.com/esphome/esphome.git
synced 2026-02-22 09:25:42 -07:00
Co-authored-by: J. Nick Koston <nick@koston.org> Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
10 lines
260 B
Python
10 lines
260 B
Python
"""Constants used by esphome components."""
|
|
|
|
CODEOWNERS = ["@esphome/core"]
|
|
|
|
CONF_BYTE_ORDER = "byte_order"
|
|
CONF_COLOR_DEPTH = "color_depth"
|
|
CONF_DRAW_ROUNDING = "draw_rounding"
|
|
CONF_ON_STATE_CHANGE = "on_state_change"
|
|
CONF_REQUEST_HEADERS = "request_headers"
|