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

Add CONF_CONTINUOUS to const.py (#8682)

This commit is contained in:
Pat Satyshur
2025-05-03 22:44:54 -05:00
committed by GitHub
parent e869a3aec3
commit bc6ee20270
3 changed files with 3 additions and 3 deletions

View File

@@ -160,6 +160,7 @@ CONF_CONDITION = "condition"
CONF_CONDITION_ID = "condition_id"
CONF_CONDUCTIVITY = "conductivity"
CONF_CONSTANT_BRIGHTNESS = "constant_brightness"
CONF_CONTINUOUS = "continuous"
CONF_CONTRAST = "contrast"
CONF_COOL_ACTION = "cool_action"
CONF_COOL_DEADBAND = "cool_deadband"