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

Move CONF_ITEMS/CONF_FONT/CONF_TEXT to const.py (#7204)

This commit is contained in:
Jesse Hills
2024-08-07 07:15:15 +12:00
committed by GitHub
parent 455df35e50
commit 8667f51cf0
12 changed files with 34 additions and 32 deletions

View File

@@ -10,12 +10,12 @@ import esphome.config_validation as cv
from esphome.const import (
CONF_BACKGROUND_COLOR,
CONF_DISPLAY,
CONF_FONT,
CONF_FOREGROUND_COLOR,
CONF_ID,
CONF_TRIGGER_ID,
)
CONF_FONT = "font"
CONF_MENU_ITEM_VALUE = "menu_item_value"
CONF_ON_REDRAW = "on_redraw"