Clarify that Adaptive Lighting integration is optional

Update blueprint and README to make it clear that the Adaptive Lighting
switch can be left empty, in which case lights will use simple on/off
control. Add clarifications to input descriptions and enhance
documentation with better examples.
This commit is contained in:
2025-12-06 14:49:03 -08:00
parent 621fdeb709
commit c9529ed52b
2 changed files with 13 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ blueprint:
domain: light
adaptive_lighting_switch:
name: Adaptive Lighting Switch
description: Adaptive lighting switch entity for this room
description: (Optional) Adaptive lighting switch entity for this room. If left empty, lights will turn on/off directly without adaptive lighting adjustments.
default: {}
selector:
entity:
@@ -48,13 +48,13 @@ blueprint:
unit_of_measurement: seconds
adapt_brightness:
name: Adapt Brightness
description: Whether to adapt brightness when turning on lights
description: Whether to adapt brightness when turning on lights (only applies when an Adaptive Lighting switch is configured)
default: true
selector:
boolean:
adapt_color:
name: Adapt Color
description: Whether to adapt color when turning on lights
description: Whether to adapt color when turning on lights (only applies when an Adaptive Lighting switch is configured)
default: true
selector:
boolean: