1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Move `CONF_NAME_ADD_MAC_SUFFIX to const.py` (#7820)

This commit is contained in:
Jesse Hills
2024-11-25 17:26:36 +13:00
committed by GitHub
parent b95b4a0694
commit 71496574e9
2 changed files with 2 additions and 2 deletions

View File

@@ -528,6 +528,7 @@ CONF_MULTIPLE = "multiple"
CONF_MULTIPLEXER = "multiplexer"
CONF_MULTIPLY = "multiply"
CONF_NAME = "name"
CONF_NAME_ADD_MAC_SUFFIX = "name_add_mac_suffix"
CONF_NAME_FONT = "name_font"
CONF_NBITS = "nbits"
CONF_NEC = "nec"