1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

Move CONF_DEFAULT to const.py (#8497)

This commit is contained in:
NP v/d Spek
2025-04-01 00:48:43 +02:00
committed by GitHub
parent 36b75c3faa
commit 28a9f12595
4 changed files with 3 additions and 4 deletions

View File

@@ -199,6 +199,7 @@ CONF_DEBUG = "debug"
CONF_DEBUG_SCHEDULER = "debug_scheduler"
CONF_DECAY_MODE = "decay_mode"
CONF_DECELERATION = "deceleration"
CONF_DEFAULT = "default"
CONF_DEFAULT_MODE = "default_mode"
CONF_DEFAULT_TARGET_TEMPERATURE_HIGH = "default_target_temperature_high"
CONF_DEFAULT_TARGET_TEMPERATURE_LOW = "default_target_temperature_low"