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

Fix configuration constants in core. (#3652)

This commit is contained in:
RoboMagus
2022-07-24 22:23:55 +02:00
committed by GitHub
parent d10300c330
commit 578671ea94
2 changed files with 5 additions and 3 deletions

View File

@@ -749,6 +749,7 @@ CONF_WAND_ID = "wand_id"
CONF_WARM_WHITE = "warm_white"
CONF_WARM_WHITE_COLOR_TEMPERATURE = "warm_white_color_temperature"
CONF_WATCHDOG_THRESHOLD = "watchdog_threshold"
CONF_WEB_SERVER = "web_server"
CONF_WEIGHT = "weight"
CONF_WHILE = "while"
CONF_WHITE = "white"