mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
Allow non-addressable lights in light partitions (#2256)
This commit is contained in:
@@ -320,6 +320,7 @@ CONF_LEVEL = "level"
|
||||
CONF_LG = "lg"
|
||||
CONF_LIBRARIES = "libraries"
|
||||
CONF_LIGHT = "light"
|
||||
CONF_LIGHT_ID = "light_id"
|
||||
CONF_LIGHTNING_ENERGY = "lightning_energy"
|
||||
CONF_LIGHTNING_THRESHOLD = "lightning_threshold"
|
||||
CONF_LINE_THICKNESS = "line_thickness"
|
||||
@@ -586,6 +587,7 @@ CONF_SHOW_VALUES = "show_values"
|
||||
CONF_SHUNT_RESISTANCE = "shunt_resistance"
|
||||
CONF_SHUNT_VOLTAGE = "shunt_voltage"
|
||||
CONF_SHUTDOWN_MESSAGE = "shutdown_message"
|
||||
CONF_SINGLE_LIGHT_ID = "single_light_id"
|
||||
CONF_SIZE = "size"
|
||||
CONF_SLEEP_DURATION = "sleep_duration"
|
||||
CONF_SLEEP_PIN = "sleep_pin"
|
||||
|
Reference in New Issue
Block a user